I have a question about versioning and the gem command... If use #gem to constrain the version, does the gems dependencies likewise become constrained? Eg. If I have gem 'foo-1.0' that depends on a gem 'bar 2.0+', does
gem 'foo', '>= 1.0' automatically cause: gem 'foo', '>= 2.0' Thanks, T. _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
