require_gem is only useful for picking a particular version of a gem. If you don't manually specify the version of the dependent gems (in dependency order) you'll get whatever their gemspecs need.
···
On Jul 26, 2006, at 6:09 AM, Andrew Gibson wrote:
Does require_gem also load all of the listed dependencies in the gem
spec or are those dependencies loaded by manually through require
statements?
so example:
require_gem 'rails'
the rails gem has:
actionwebservice
actionmailer
actionpack
activerecord
activesupport
rake
--
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant