gem update --system
as root but that did not do it. It says nothing to update.
How do I upgrade it?
Thanks.
Bharat
--
Posted via http://www.ruby-forum.com/.
gem install rubygems-update -v 1.1.1Regards,
gem install rubygems-update
update_rubygems
Note that on systems like Ubuntu, you have to precede these commands
with "sudo", I was updating a Fedora box.
I got these instructions from the following link:
http://www.rubygems.org/read/chapter/3
If you scroll down to section 3.3 titled Updating RubyGems, you will see
them.
Note that these instructions are listed for updating RubyGems prior to
0.8.5, however, they worked for me even though I was upgrading from
RubyGems 1.1.0. I am not arguing with what works.
Hope this helps.