From: Preethi Sivakumar Date: 2009-09-18T20:13:04+09:00 Subject: RubyGems Problem Hi, I upgraded my rails version to 2.3.4 and my ruby version is 1.8.6 My gem list contained initially RubyGems -updated 1.3.1 When i started by server (ruby script/server) i got an error saying that my ruby gems version is low and i've to upgrade it. I uninstalled the old one and installed the new version(1.3.2) If i start the server , still i get the error. Then i totally uninstalled the gem and tried running the server expecting a "gem missing" error , but the same error popped up saying that the rubygem version is 1.3.1, and 1.3.2 is needed.. What might be the reason behind it? When i dont have a gem, how do i get an error saying that i've a older version? Please help. Thanks -- Posted via http://www.ruby-forum.com/.