Rubygems doesn't update itself..

D

Dominik Werder

Hello,

as root I've done the following:

myroot# gem -v
0.8.4
myroot# gem install rubygems
Attempting local installation of 'rubygems'
Local gem file not found: rubygems*.gem
Attempting remote installation of 'rubygems'
Successfully installed rubygems-update, version 0.8.6
Installing RDoc documentation for rubygems-update-0.8.6...
WARNING: Generating RDoc on .gem that may not have RDoc.
myroot# gem -v
0.8.4
myroot#

-> Version doesn't change..

bye!
Dominik
 
G

George Ogata

Dominik Werder said:
Hello,

as root I've done the following:

myroot# gem -v
0.8.4
myroot# gem install rubygems
Attempting local installation of 'rubygems'
Local gem file not found: rubygems*.gem
Attempting remote installation of 'rubygems'
Successfully installed rubygems-update, version 0.8.6
Installing RDoc documentation for rubygems-update-0.8.6...
WARNING: Generating RDoc on .gem that may not have RDoc.
myroot# gem -v
0.8.4
myroot#

-> Version doesn't change..

Next, run `update_rubygems'. It'd be nice if that was automatic...
 
C

chadfowler

With the latest versions of RubyGems (0.8.5+), you can do:

gem update --system

It will install the rubygems-update gem and update itself.

Chad
 
D

Dominik Werder

Next, run `update_rubygems'. It'd be nice if that was automatic...

this works :) thanks!

Dominik
 
G

George Ogata

With the latest versions of RubyGems (0.8.5+), you can do:

gem update --system

It will install the rubygems-update gem and update itself.

Chad

Nice to know. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top