Hi Guys

I also faced the same problem but i fixed the issue by the following
steps:

Go to the below directory and you can find "update_rubygems" file which
needs to be executed then it will update the gem version 1.3.5.

cd ~/.gem/ruby/1.8/bin/
./update_rubygems

If gem is updated then you have to install rails too since its new
version and it removes the old version local repositary.

Thanks
Gopi


Arthaey Angosii wrote:
> I upgraded to Rails to 2.3.4, and now some things aren't working in a
> freshly created Rails project. For example:
> 
> $ script/plugin -l
> Rails requires RubyGems >= 1.3.2 (you have 1.3.1). Please `gem update
> --system` and try again.
> 
> So I'm trying to update rubygems (in a user directory; I don't have
> sudo access). But the gem binary I download from RubyForge thinks that
> it's version 1.3.1:
> 
> $ wget http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
> $ tar vxzf rubygems-1.3.5.tgz
> $ cd rubygems-1.3.5/
> $ ./bin/gem --version
> 1.3.1
> 
> Has anyone seen this before?

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to