From: Jim Freeze Date: 2005-02-28T00:11:42+09:00 Subject: Re: [ANN] RubyGems 0.8.5 * Jim Weirich [2005-02-27 10:34:34 +0900]: > = Announce: RubyGems Release 0.8.5 Thanks for the nice update. > == So What's Changed in this Release? > > * "gem update" now accepts a list of gems and only updates the gems listed on > the command line. If no list is given then all gems are updated (which is > the bahvior of the previousversion. Now that I can update gems one at a time, it would be nice if I could look at dependencies. For example, I would like to see something like: gem depends_on builder rails-x.y gem dependencies_of rails Dependencies for rails x.y.z - actionmailer-x.y - actionpack-x.y - builder-x.y - rake-x.y - ... Can I do something like this now? -- Jim Freeze Code Red. Code Ruby