Coding with headphones

Jul 1, 2008 10:12am

Upgrading 10 RubyGems 1.2.0 on Ubuntu Hardy Heron

So doing a simple gem update —system did not work. Nothing to update. Still at RubyGems 1.1.1

Turns out the solution, after a bit of Googling, is:

sudo gem install rubygems-update -v 1.1.1 

and then do gem update —system

Hope that helps someone else.

Page 1 of 1