Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update --system` and try again.

Subscribe to Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update --system` and try again. 3 post(s), 2 voice(s)

 
Avatar rob5 7 post(s)

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

 
Avatar rob5 7 post(s)

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.

 
Avatar chippy 1 post(s)

Hi, I was getting this, and found a restart of apache to do the trick

Signup or login to contribute