Yes, I'm a nubie. Trying to learn ruby and rails and have a very frustrating problem.
Running Ubuntu 8.0.4 $ ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux] $ gem -v 1.2.0 $ rails -v Rails 2.3.2
I create a dir called tickets, traverse to that dir and run the following command: $ ruby scripts/server Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update --system` and try again.
OK, so I run the gem update command as instructed... $ gem update --system Updating RubyGems Nothing to update $ So what is the problem. How can a I force this thing to update to gems 1.3.1?
Hep much appreciated