Created
January 9, 2014 13:49
-
-
Save dagezi/8334358 to your computer and use it in GitHub Desktop.
Bug of bundler
This file contains hidden or 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
Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting | |
documentation at http://bit.ly/bundler-issues. Thanks! | |
/var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/installer.rb:326:in `install_in_parallel': undefined method `[]' for nil:NilClass (NoMethodError) | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/installer.rb:95:in `run' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/installer.rb:15:in `install' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/cli.rb:257:in `install' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/vendor/thor/command.rb:27:in `run' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_command' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/vendor/thor.rb:363:in `dispatch' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/vendor/thor/base.rb:438:in `start' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/cli.rb:10:in `start' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/bin/bundle:22:in `block in <top (required)>' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/lib/bundler/friendly_errors.rb:5:in `with_friendly_errors' | |
from /var/lib/gems/2.0.0/gems/bundler-1.5.1/bin/bundle:22:in `<top (required)>' | |
from /usr/local/bin/bundle:23:in `load' | |
from /usr/local/bin/bundle:23:in `<main>' | |
root@53bb6779d005:/mnt/api# bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment