Rake error in Rails: RubyGems out of date?
Posted by: Jannes
Posted on: 2009-09-18 12:45:00
Hej there!
I have some trouble trying to set up my first Rails app: when doing
rake db:create
via ssh, i get the following error:
Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update --system` and try again.
But as I am not the root, I can't do that :-(
Anybody can tell me, what to do? Thanks in advance!