On 6/13/06, Jim Weirich <jim / weirichhouse.org> wrote: > Gregory Brown wrote: > > On 6/13/06, Eric Hodel <drbrain / segment7.net> wrote: > > > >> I don't see fastercsv being required when rubygems is involved. > > I think the difference here is that Eric is probably running with a very > recent development version of RubyGems and Gregory is running the last > stable release. Thank you jim. This patch seems to resolve the problem, also: --- rubygems.rb 2006-06-13 22:48:48.000000000 -0400 +++ rubygems-fix.rb 2006-06-13 22:49:22.000000000 -0400 @@ -164,7 +164,7 @@ # Load dependent gems first spec.dependencies.each do |dep_gem| - activate(dep_gem, autorequire) + activate(dep_gem, spec.autorequire) end # add bin dir to require_path