Skip to content

Instantly share code, notes, and snippets.

@quatermain
Created April 17, 2014 09:33
Show Gist options
  • Save quatermain/10968664 to your computer and use it in GitHub Desktop.
Save quatermain/10968664 to your computer and use it in GitHub Desktop.
➜ test ruby -v
ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin13.1.0]
➜ test gem install rails
Fetching: thread_safe-0.3.3.gem (100%)
Successfully installed thread_safe-0.3.3
Fetching: minitest-5.3.3.gem (100%)
Successfully installed minitest-5.3.3
Fetching: tzinfo-1.1.0.gem (100%)
Successfully installed tzinfo-1.1.0
Fetching: i18n-0.6.9.gem (100%)
Successfully installed i18n-0.6.9
Fetching: activesupport-4.1.0.gem (100%)
Successfully installed activesupport-4.1.0
Fetching: erubis-2.7.0.gem (100%)
Successfully installed erubis-2.7.0
Fetching: builder-3.2.2.gem (100%)
Successfully installed builder-3.2.2
Fetching: actionview-4.1.0.gem (100%)
Successfully installed actionview-4.1.0
Fetching: rack-1.5.2.gem (100%)
Successfully installed rack-1.5.2
Fetching: rack-test-0.6.2.gem (100%)
Successfully installed rack-test-0.6.2
Fetching: actionpack-4.1.0.gem (100%)
Successfully installed actionpack-4.1.0
Fetching: activemodel-4.1.0.gem (100%)
Successfully installed activemodel-4.1.0
Fetching: arel-5.0.1.20140414130214.gem (100%)
Successfully installed arel-5.0.1.20140414130214
Fetching: activerecord-4.1.0.gem (100%)
Successfully installed activerecord-4.1.0
Fetching: mime-types-1.25.1.gem (100%)
Successfully installed mime-types-1.25.1
Fetching: polyglot-0.3.4.gem (100%)
Successfully installed polyglot-0.3.4
Fetching: treetop-1.4.15.gem (100%)
Successfully installed treetop-1.4.15
Fetching: mail-2.5.4.gem (100%)
Successfully installed mail-2.5.4
Fetching: actionmailer-4.1.0.gem (100%)
Successfully installed actionmailer-4.1.0
Fetching: thor-0.19.1.gem (100%)
Successfully installed thor-0.19.1
Fetching: railties-4.1.0.gem (100%)
Successfully installed railties-4.1.0
Fetching: tilt-1.4.1.gem (100%)
Successfully installed tilt-1.4.1
Fetching: multi_json-1.9.2.gem (100%)
Successfully installed multi_json-1.9.2
Fetching: hike-1.2.3.gem (100%)
Successfully installed hike-1.2.3
Fetching: sprockets-2.12.0.gem (100%)
Successfully installed sprockets-2.12.0
Fetching: sprockets-rails-2.1.3.gem (100%)
Successfully installed sprockets-rails-2.1.3
Fetching: rails-4.1.0.gem (100%)
Successfully installed rails-4.1.0
27 gems installed
➜ test rails -v
[Process completed]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment