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
2010-05-06 02:34:41
you have a typo in the last line it should read: 'sudo ./update_rubygems'. Otherwise, thanks! This saved me a bunch of time
TheDeeno
2010-05-13 05:58:27
thnx for the answer :)
Tyler Gillies
2010-09-27 15:42:03