Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update --system` and try again.
|
|
I’m trying to deploy a new Rails app which uses Rails 2.3.4 onto Phusion Passenger. I’m getting this error: Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update —system` and try again. but when I’m logged in as the rails user and run gem -v I see 1.3.6 (I’ve ran gem udpate —system) Is this a path problem / is Phusion using looking elsehwere for gem to my local path? Any advice – very appreciated. Cheers Rob |
|
|
Getting some hands on support from Brightbox on this one. Apparently we had RubyGems install from source on the box as well as the packaged version. |
|
|
Hi, I was getting this, and found a restart of apache to do the trick |