Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Bundler.logger does not exist #19

Closed
arfl opened this issue Feb 4, 2010 · 3 comments
Closed

Bundler.logger does not exist #19

arfl opened this issue Feb 4, 2010 · 3 comments

Comments

@arfl
Copy link

arfl commented Feb 4, 2010

I have defined a gem source server that does not support prerelease gems. So the bundle install command(version 0.9.2) throws this error:
/Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/source.rb:62:in prerelease_specs': undefined methodlogger' for Bundler:Module (NoMethodError)
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/source.rb:44:in fetch_specs' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/source.rb:23:inspecs'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:102:in index' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:101:ineach'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:101:in index' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:66:inresolve_remotely'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:36:in specs' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:15:inrun'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/installer.rb:6:in install' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/cli.rb:54:ininstall'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor/task.rb:32:in send' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor/task.rb:32:inrun'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor/invocation.rb:108:in invoke' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor/invocation.rb:115:incall'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor/invocation.rb:115:in invoke' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor.rb:137:instart'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor/base.rb:369:in start' from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/lib/bundler/vendor/thor.rb:124:instart'
from /Library/Ruby/Gems/1.8/gems/bundler-0.9.2/bin/bundle:4
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19

@carllerche
Copy link
Contributor

Woops.. will fix

@carllerche
Copy link
Contributor

Fixed on master

@arfl
Copy link
Author

arfl commented Feb 6, 2010

thx

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants