[Rubygems-developers] RubyGems Bug?
Chad Fowler
chad at chadfowler.com
Thu Jan 27 07:51:45 EST 2005
On Jan 27, 2005, at 7:13 AM, Chad Fowler wrote:
>
> On Jan 26, 2005, at 10:53 AM, Curt Hibbs wrote:
>
>> I just went to update my Rails gem, and it also tried to update
>> FXRuby (see
>> below). I'm running the one-click ruby installer for windows, which
>> has
>> RubyGems 0.8.3 pre-installed.
>>
>>
>
> This is a UI issue (so much of an issue that it should be called a
> bug). As of now, "gem update" updates _all_ of your installed gems,
> even if you supply a command line argument. We need to fix it.
>
Fixed in CVS. I'd appreciate some testing from anyone who has a
chance. You can now do:
gem update rails # update rails and its dependencies
or
gem update rake bluecloth redcloth # to update only these three and
their dependencies
Thanks,
Chad
More information about the Rubygems-developers
mailing list