Created
February 23, 2011 12:07
-
-
Save dchelimsky/840351 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
$ rvm -v | |
rvm 1.2.7 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
$ gem -v | |
1.5.2 | |
$ gem list | |
*** LOCAL GEMS *** | |
rake (0.8.7) | |
$ gem install bundler | |
Fetching: bundler-1.0.10.gem (100%) | |
Successfully installed bundler-1.0.10 | |
1 gem installed | |
$ echo 'gem "rspec-rails", "~> 1.2"' >> Gemfile | |
$ bundle install | |
Fetching source index for http://rubygems.org/ | |
Installing rack (1.2.1) | |
Installing rspec (1.3.1) | |
Installing rspec-rails (1.3.3) | |
Using bundler (1.0.10) | |
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