Created
January 11, 2009 22:32
-
-
Save dchelimsky/45823 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
# 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