August 2009
1 post
6 tags
Updating RubyGems on Ubuntu 9.04
I don’t know how many times I’ve had to do this.
But every time I install Ubuntu again, I get this;
matthew@Rudyness:~$ sudo gem update --system ERROR: While executing gem ... (RuntimeError) gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.
The simple fix;
matthew@Rudyness:~$ sudo gem install...