Created
February 1, 2011 05:22
-
-
Save cmhobbs/805459 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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>' |
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
For those who stumble upon this same issue, upgrading to bundler 1.0.10 solves the issue