Skip to content

Instantly share code, notes, and snippets.

@Who828
Created July 10, 2014 03:26
Show Gist options
  • Save Who828/9ad6a4271313d6020930 to your computer and use it in GitHub Desktop.
Save Who828/9ad6a4271313d6020930 to your computer and use it in GitHub Desktop.
Output
[~/Code/gemfile/5] bundle --version
Bundler version 1.6.3
[~/Code/gemfile/5] bundle
Fetching gem metadata from https://rubygems.org/...........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using rake 10.3.2
Using tzinfo 0.3.39
Using minitest 4.7.5
Using thread_safe 0.3.4
Using multi_json 1.10.1
Using builder 3.1.4
Using erubis 2.7.0
Using rack 1.5.2
Using mime-types 1.25.1
Using activerecord-deprecated_finders 1.0.3
Using arel 4.0.2
Using bundler 1.6.3
Using hike 1.2.3
Using thor 0.19.1
Using sass 3.2.19
Using rack-test 0.6.2
Using tilt 1.4.1
Using sprockets 2.11.0
Installing polyglot 0.3.5
Using treetop 1.4.15
Using mail 2.5.4
Installing i18n 0.6.11
Installing activesupport 4.0.8
Installing activemodel 4.0.8
Installing actionpack 4.0.8
Using sprockets-rails 2.1.3
Installing activerecord 4.0.8
Installing actionmailer 4.0.8
Installing railties 4.0.8
Using sass-rails 4.0.3
Installing rails 4.0.8
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
[~/Code/gemfile/5] ls
Gemfile Gemfile.lock
[~/Code/gemfile/5] mv Gemfile.lock a
[~/Code/gemfile/5] pbpaste > Gemfile.lock
[~/Code/gemfile/5] ls
Gemfile Gemfile.lock a
[~/Code/gemfile/5] bundle update
Fetching gem metadata from https://rubygems.org/...........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using minitest 4.7.5
Using builder 3.1.4
Using multi_json 1.10.1
Using rake 10.3.2
Using erubis 2.7.0
Using rack 1.5.2
Using mime-types 1.25.1
Using polyglot 0.3.5
Using activerecord-deprecated_finders 1.0.3
Using i18n 0.6.11
Using thread_safe 0.3.4
Using arel 4.0.2
Using hike 1.2.3
Using bundler 1.6.3
Using thor 0.19.1
Using tzinfo 0.3.39
Using tilt 1.4.1
Using sass 3.2.19 (was 3.3.9)
Using rack-test 0.6.2
Using treetop 1.4.15
Using sprockets 2.11.0 (was 2.12.1)
Using activesupport 4.0.8 (was 4.0.5)
Using mail 2.5.4
Using actionpack 4.0.8 (was 4.0.5)
Using activemodel 4.0.8 (was 4.0.5)
Using actionmailer 4.0.8 (was 4.0.5)
Using railties 4.0.8 (was 4.0.5)
Using sprockets-rails 2.1.3 (was 2.0.1)
Using activerecord 4.0.8 (was 4.0.5)
Using sass-rails 4.0.3 (was 4.0.1)
Using rails 4.0.8 (was 4.0.5)
Your bundle is updated!
[~/Code/gemfile/5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment