Why am I getting "Rails requires RubyGems >= 1.3.2" when I have 1.3.6 installed?

Posted by Chad Johnson on Stack Overflow See other posts from Stack Overflow or by Chad Johnson
Published on 2010-03-13T21:28:25Z Indexed on 2010/03/13 21:35 UTC
Read the original article Hit count: 173

Filed under:
|
|

I've Google around and haven't found much...

I'm trying to run script/server for my Rails project, and I get

Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: http://rubygems.rubyforge.org

gem --version Shows 1.3.6. Rails and all gems were installed using sudo. I'm on Mac OSX 10.6.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails