I’m using Mac OS 10.7, RVM 1.8.2, Ruby 1.9.2.
Everything has been working fine, but once I tried to upgrade one of my Rails Apps to 3.1, all of a sudden I started running into problems installing gems. I would run “bundle install” and it would say that the required gems are installed and there are directories for the gems in my .rvm home directory, but when I attempt to start my application it will say that it cannot find the required gems. Running “gem list” does not list the gems that were supposedly installed. I will include an example of this below:
Any idea why the gems are installing, but not being recognized?
I ended up reinstalling RVM and things seem to be working again