Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created January 11, 2009 22:32
Show Gist options
  • Save dchelimsky/45823 to your computer and use it in GitHub Desktop.
Save dchelimsky/45823 to your computer and use it in GitHub Desktop.
# in config/environments/test.rb
config.gem "rspec", :lib => false, :version => "1.1.11"
# in a shell
$ rake gems:install
(in /Users/david/projects/ruby/tmp/foo)
Missing these required gems:
rspec = 1.1.11
You're running:
ruby 1.8.6.114 at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
rubygems 1.3.1 at /Users/david/.gem/ruby/1.8, /Library/Ruby/Gems/1.8, /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
Run `rake gems:install` to install the missing gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment