John T. wrote: > Trying to run 'gem outdated' on OS X (10.6.3) and I'm getting: >
More info: gem outdated -V GET http://rubygems.org/latest_specs.4.8.gz 302 Found GET http://production.s3.rubygems.org/latest_specs.4.8.gz 200 OK ERROR: While executing gem ... (NoMethodError) undefined method `first' for nil:NilClass john$ gem outdated --backtrace ERROR: While executing gem ... (NoMethodError) undefined method `first' for nil:NilClass /Library/Ruby/Site/1.8/rubygems/commands/outdated_command.rb:26:in `execute' /Library/Ruby/Site/1.8/rubygems/commands/outdated_command.rb:21:in `each' /Library/Ruby/Site/1.8/rubygems/commands/outdated_command.rb:21:in `execute' /Library/Ruby/Site/1.8/rubygems/command.rb:270:in `invoke' /Library/Ruby/Site/1.8/rubygems/command_manager.rb:134:in `process_args' /Library/Ruby/Site/1.8/rubygems/command_manager.rb:104:in `run' /Library/Ruby/Site/1.8/rubygems/gem_runner.rb:58:in `run' /usr/bin/gem:21 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

