I'm using the ruby on rails installation from cpanel. So, im trying to run some commands through the script, like so: ruby script/plugin install

and I'm getting:Rails requires RubyGems >= 0.9.4. Please install RubyGems and try again: http://rubygems.rubyforge.org

I have ruby gem version 1.1.1 installed. Is there a way to ignore the error or let rails recognize that the version is 1.1.1? Anyone else have this problem?