On Oct 10, 2007, at 12:13 , Alan C Francis wrote: > It does. However... > > Harpo:~/work/rubygems_trunk acf$ gem install rails --version '= > 1.2.4.7794' > Updating metadata for 6 gems from http://gems.rubyforge.org > ...... > complete > ERROR: While executing gem ... (NoMethodError) > undefined method `collect' for nil:NilClass > Harpo:~/work/rubygems_trunk acf$ gem install rails --version '= > 1.2.4.7794' --backtrace > ERROR: While executing gem ... (NoMethodError) > undefined method `collect' for nil:NilClass > /usr/local/lib/ruby/site_ruby/1.8/rubygems/requirement.rb: > 95:in `as_list' > > [...] > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > dependency_installer.rb:176:in `[]'
I can't reproduce. Can you add: require 'yaml' y dep_spec above this line? I don't know if you changed this, but I ran your commands with: $ ruby -Ilib bin/gem sources *** CURRENT SOURCES *** http://gems.rubyforge.org -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
