[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

compare and find newer gems

Junkone

2/22/2008 4:15:00 PM

hello
is there a way to query gems and find if there are updates to the
currently installed gems.
2 Answers

Thomas Wieczorek

2/22/2008 4:31:00 PM

0

On Fri, Feb 22, 2008 at 5:19 PM, Junkone <junkone1@gmail.com> wrote:
> hello
> is there a way to query gems and find if there are updates to the
> currently installed gems.
>

You can use "gem help commands" to see most things you can do with the gem tool
"gem outdated" is among them and shows you all gems which can be updated.

Ben Bleything

2/22/2008 4:31:00 PM

0

On Sat, Feb 23, 2008, Junkone wrote:
> is there a way to query gems and find if there are updates to the
> currently installed gems.

You can run 'gem outdated', assuming you have a relatively recent
version of RubyGems installed. If you don't, upgrade it ;)

Ben