Last active
December 14, 2015 11:19
-
-
Save bradleybuda/5078117 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ gem update bundler | |
| Updating installed gems | |
| Updating bundler | |
| Fetching: bundler-1.3.1.gem (100%) | |
| Successfully installed bundler-1.3.1 | |
| Gems updated: bundler | |
| $ bundle install --trust-policy HighSecurity | |
| Fetching source index from https://rubygems.org/ | |
| Using rake (10.0.3) | |
| Using ace-rails-ap (2.0.0) | |
| ... (hundreds of lines omitted) ... | |
| Using typhoeus (0.4.2) | |
| Using uglifier (1.2.4) | |
| Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment