Colin Law wrote: > On 12 May 2010 13:48, Faisal Basha <[email protected]> wrote: >> I had fixed the below error long time back...and now it's back >> again....... >> I have no clue how it happened....help �would be appreciated thanks.... >> >> unknown0011248da679:~/hello faisal$ ruby script/server >> Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: >> http://rubygems.rubyforge.org > > Did you check which version you have and attempt update if appropriate? > > Colin
k this is wat i did unknown0011248da679:~/hello faisal$ gem -v 1.3.6 unknown0011248da679:~/hello faisal$ which gem /usr/local/bin/gem unknown0011248da679:~/hello faisal$ whereis gem unknown0011248da679:~/hello faisal$ which rails /usr/local/bin/rails unknown0011248da679:~/hello faisal$ whereis rails unknown0011248da679:~/hello faisal$ /usr/local/bin/gem -v 1.3.6 unknown0011248da679:~/hello faisal$ /usr/local/bin/rails -v Rails 2.3.5 so I tried updating this is what I got unknown0011248da679:~ faisal$ sudo gem update --system Password: Updating RubyGems Nothing to update unknown0011248da679:~ faisal$ -- 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.

