Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created February 1, 2011 05:22
Show Gist options
  • Save cmhobbs/805459 to your computer and use it in GitHub Desktop.
Save cmhobbs/805459 to your computer and use it in GitHub Desktop.
[05:21][hobbsc@arrakis:~/dev/billing(codereview)]$ bundle install
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/ui.rb:56:in `<class:UI>': uninitialized constant Gem::SilentUI (NameError)
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/ui.rb:2:in `<module:Bundler>'
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/ui.rb:1:in `<top (required)>'
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/cli.rb:16:in `initialize'
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/vendor/thor.rb:246:in `new'
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/lib/bundler/vendor/thor/base.rb:389:in `start'
from /usr/local/rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.9/bin/bundle:13:in `<top (required)>'
from /usr/local/rvm/gems/ruby-1.9.2-p136/bin/bundle:19:in `load'
from /usr/local/rvm/gems/ruby-1.9.2-p136/bin/bundle:19:in `<main>'
@billcrook
Copy link

For those who stumble upon this same issue, upgrading to bundler 1.0.10 solves the issue

@cmhobbs
Copy link
Author

cmhobbs commented Feb 1, 2011

I can verify this fix using bundler 1.0.10, rubygems 1.5.0 and ruby 1.9.2p136 (under rvm). Thanks for the comment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment