tags:

views:

1905

answers:

1

I've just installed a new vm (VirtualBox) with Ubuntu 10.4 and Ruby1.9.1. I've got the package for RUbyGems1.9.1 but when I do gem --version I still get 1.3.5.

+23  A: 

I got it working using
gem install rubygems-update
cd /var/lib/gems/1.9.1/bin
sudo ./update_rubygems

edited typo on 5/13

CountCet
you have a typo in the last line it should read: 'sudo ./update_rubygems'. Otherwise, thanks! This saved me a bunch of time
TheDeeno
thnx for the answer :)
Tyler Gillies