[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Rubygems doesn't update itself..

Chad Fowler

3/10/2005 7:54:00 PM

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

1 Answer

George Ogata

3/12/2005 7:14:00 PM

0

chadfowler@gmail.com writes:

> 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.