johnrails wrote: > I've made some progress since this post. I've installed ruby and > rubygems from source, and now when i run rake i get this error: > > Rails requires RubyGems >= 0.9.4 (you have ). Please `gem update -- > system` and try again. > > For some reason boot.rb can't find which version of rubygems i have > installed, but i have 1.3.1 installed. > > Has anyone else experienced this? > > Thanks, > John
It sounds like you have two gem versions in your path. What does the output of "gem env" give you? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

