Skip to content

Instantly share code, notes, and snippets.

@biow0lf
Created June 14, 2011 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biow0lf/1025699 to your computer and use it in GitHub Desktop.
Save biow0lf/1025699 to your computer and use it in GitHub Desktop.
bundle outdated fail with undefined method
$ bundle outdated
Updating git://github.com/jeroenvandijk/remarkable.git
Fetching dependency information from the API at http://rubygems.org/......
Outdated gems included in the bundle:
* builder (3.0.0 > 2.1.2)
* i18n (0.6.0 > 0.5.0)
* erubis (2.7.0 > 2.6.6)
* rack (1.3.0 > 1.2.3)
* rack-mount (0.8.1 > 0.6.14)
* rack-test (0.6.0 > 0.5.7)
* mail (2.3.0 > 2.2.19)
* arel (2.1.1 > 2.0.10)
* nokogiri (1.4.4.2 > 1.4.4)
Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks!
/Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/cli.rb:324:in `block in outdated': undefined method `version' for nil:NilClass (NoMethodError)
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/spec_set.rb:12:in `block in each'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/spec_set.rb:12:in `each'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/spec_set.rb:12:in `each'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/cli.rb:306:in `outdated'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor/task.rb:22:in `run'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor/base.rb:389:in `start'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.1.pre.5/bin/bundle:13:in `<top (required)>'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/bin/bundle:19:in `load'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180/bin/bundle:19:in `<main>'
$ bundle --version
Bundler version 1.1.pre.5
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment