Skip to content

Instantly share code, notes, and snippets.

@erebor
Created June 12, 2010 18:19
Show Gist options
  • Save erebor/435961 to your computer and use it in GitHub Desktop.
Save erebor/435961 to your computer and use it in GitHub Desktop.
Mac:~/cas(working) ruby-1.8.7-p174> gem --verbose outdated
ERROR: Invalid option: --verbose. See 'gem --help'.
Mac:~/cas(working) ruby-1.8.7-p174> gem outdated --verbose
GET http://gemcutter.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
Mac:~/cas(working) ruby-1.8.7-p174> gem outdated --trace
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --trace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment