Bugs item #29166, was opened at 2011-05-05 04:34 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29166&group_id=126
Category: `gem install` command Group: None Status: Open Resolution: None Priority: 3 Submitted By: Greg Hazel (ghazel) Assigned to: Nobody (None) Summary: gem installs dependencies for gems it never installed Initial Comment: C:\>gem install actionpack -v 2.3.11 Successfully installed actionpack-2.3.11 1 gem installed C:\>gem list actionpack *** LOCAL GEMS *** actionpack (2.3.11) C:\>gem dep -r subdomain_routes Gem subdomain_routes-0.3.1 actionpack (>= 2.2.1, runtime) C:\>gem install subdomain_routes Fetching: subdomain_routes-0.3.1.gem (100%) Fetching: activesupport-3.0.7.gem (100%) Fetching: activemodel-3.0.7.gem (100%) Successfully installed subdomain_routes-0.3.1 Successfully installed activesupport-3.0.7 Successfully installed activemodel-3.0.7 3 gems installed Why did it install activesupport-3.0.7 and activemodel-3.0.7? ---------------------------------------------------------------------- >Comment By: Luis Lavena (luislavena) Date: 2011-05-05 09:22 Message: Please provide the version of RubyGems you used. If a gem depends on >= it will always install the latest gem available. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29166&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers