On Jan 5, 2007, at 09:45, bbiker wrote: > When you have multiple versions of a gem, "require 'gemxxx'" loads in > the latest version. > > How can you specify a specific version (or some other constraint)? gem 'gemname', '= 1.2.3' # <, <=, =, >= and > are all understood require 'the_file_you_want' > The ri documentation for require is of no help. RubyGems will build and install RDoc and ri for itself in the next release. -- Eric Hodel - drbrain / segment7.net - http://blog.segment7.net I LIT YOUR GEM ON FIRE!