I can't update to RubyGems 0.8.11. Any ideas?

gem -v

0.8.10

gem update --system

Upgrading RubyGems...
Attempting remote upgrade of rubygems-update
Attempting remote installation of 'rubygems-update'
Successfully installed rubygems-update-0.8.11
Updating version of RubyGems to 0.8.11
Installing RubyGems 0.8.11
RubyGems system software updated

gem -v

0.8.10

Patrick Bennett

Hi Patrick,

Bennett, Patrick wrote:

>gem -v
0.8.10

>gem update --system
Upgrading RubyGems...
Attempting remote upgrade of rubygems-update
Attempting remote installation of 'rubygems-update'
Successfully installed rubygems-update-0.8.11
Updating version of RubyGems to 0.8.11
Installing RubyGems 0.8.11
RubyGems system software updated

Try running update_rubygems. It should be on the path (same place as
the ruby executable).

HTH,
Assaph

Bennett, Patrick said:

gem -v

0.8.10

gem update --system

Upgrading RubyGems...
Attempting remote upgrade of rubygems-update
Attempting remote installation of 'rubygems-update'
Successfully installed rubygems-update-0.8.11
Updating version of RubyGems to 0.8.11
Installing RubyGems 0.8.11
RubyGems system software updated

gem -v

0.8.10

Is is possible that you have two gem installations, where one got updated,
but the old one preceeds it in the PATH? Or possibly two different
installations of Ruby (e.g. in /usr/bin and /usr/local/bin)?

ยทยทยท

--
-- Jim Weirich jim@weirichhouse.org http://onestepback.org
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)