Skip to content

Instantly share code, notes, and snippets.

@jimneath
Created February 24, 2010 11:33
Show Gist options
  • Save jimneath/313345 to your computer and use it in GitHub Desktop.
Save jimneath/313345 to your computer and use it in GitHub Desktop.
# For some reason my rails install is looking for gems in the following locations
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
Missing these required gems:
redis-store
You're running:
ruby 1.8.7.174 at /usr/local/bin/ruby
rubygems 1.3.5 at /Users/jimneath/.gem/ruby/1.8, /usr/local/lib/ruby/gems/1.8
# But my gem env reports this:
- GEM PATHS:
- /Library/Ruby/Gems/1.8
- /Users/jimneath/.gem/ruby/1.8
- /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
# How can I get these to sync up?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment