Updating RubyGems Manually
Tuesday, November 18th, 2008 · 0 comments
Download the latest version from RubyForge.
http://rubyforge.org/frs/?group_id=126
Uncompress.
tar -xzvf rubygems-1.3.1.tgz
Navigate.
cd rubygems-1.3.1.tgz
Execute.
sudo ruby setup.rb
Enjoy.
gem -v
This tutorial brought to you in ten words or less (not including this sentence).
