Bugs item #29173, was opened at 2011-05-06 08:24 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29173&group_id=126
Category: `gem` commands (other) Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nick Klauer (klauern) Assigned to: Nobody (None) Summary: cleanup should show me what other gems I have installed when determining whether to uninstall Initial Comment: When i do a `gem update` I often follow-up with `gem cleanup`. However, it's hard to tell whether to uninstall a gem when I see this: Attempting to uninstall warden-0.10.7 You have requested to uninstall the gem: warden-0.10.7 devise-1.1.2 depends on [warden (~> 0.10.7)] If you remove this gems, one or more dependencies will not be met. Continue with Uninstall? [Yn] I don't know if the newer version of warden is an entirely different version (1.0 or something) or compatible with the ~> requirement. Taken further, cleanup should know enough about the version requirement to save me the trouble of this anyway, especially if the requirement is =someversion, when you know that the gem authors don't want any other version. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29173&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers