Topic: Problem with rubygems on Ubuntu
Hi,
I was having problems on Windows (I haven't check rubygems 1.0 update on Windows yet) and decided to install Ruby and Rails on Ubuntu 7.10.
I installed everything using apt-get and it worked fine until I ran "gem update --system". Version 1.0 was fetched and now I get the following error when trying to run "gem":
/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)
I tried reinstalling by "apt-get remove rubygems" and then reinstalling it again, but it didn't help.
Any ideas how to fix it?