Rails requires Rubygems, 1.3.2; I have 1.3.6

Posted by JZ on Stack Overflow See other posts from Stack Overflow or by JZ
Published on 2010-03-12T01:19:50Z Indexed on 2010/03/12 1:27 UTC
Read the original article Hit count: 533

Filed under:

What is going on here? I'm getting this odd message: Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: http://rubygems.rubyforge.org

justin-zollarss-mac-pro:barcoden2 justinz$ whereis gem
/usr/bin/gem
justin-zollarss-mac-pro:barcoden2 justinz$ whereis ruby
/usr/bin/ruby
justin-zollarss-mac-pro:barcoden2 justinz$ whereis rails
/usr/bin/rails
justin-zollarss-mac-pro:barcoden2 justinz$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
justin-zollarss-mac-pro:barcoden2 justinz$ rails -v
Rails 3.0.0.beta
justin-zollarss-mac-pro:barcoden2 justinz$ gem -v
1.3.6
justin-zollarss-mac-pro:barcoden2 justinz$ ruby script/server
Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: http://rubygems.rubyforge.org

© Stack Overflow or respective owner

Related posts about ruby-on-rails