Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created February 23, 2011 12:07
Show Gist options
  • Save dchelimsky/840351 to your computer and use it in GitHub Desktop.
Save dchelimsky/840351 to your computer and use it in GitHub Desktop.
$ 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