Last active
December 14, 2015 10:19
-
-
Save khustochka/5071645 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
vkhust@wren 1.9.3@global ~/btest | |
$ bundle install --deployment | |
Fetching gem metadata from https://rubygems.org/.. | |
Installing rake (10.0.3) | |
Using bundler (1.3.0) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
vkhust@wren 1.9.3@global ~/btest | |
$ bundle outdated | |
Unfortunately, a fatal error has occurred. Please see the Bundler | |
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! | |
/usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:233:in `remote_specs': undefined method `size' for nil:NilClass (NoMethodError) | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:162:in `fetch_specs' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/source/rubygems.rb:66:in `specs' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/definition.rb:207:in `block in rubygems_index' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/index.rb:9:in `build' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/definition.rb:205:in `rubygems_index' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/definition.rb:117:in `specs' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/definition.rb:109:in `resolve_remotely!' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/cli.rb:406:in `outdated' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/vendor/thor/task.rb:27:in `run' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/vendor/thor.rb:344:in `dispatch' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/vendor/thor/base.rb:434:in `start' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/bin/bundle:20:in `block in <top (required)>' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/lib/bundler/friendly_errors.rb:4:in `with_friendly_errors' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.3.0/bin/bundle:20:in `<top (required)>' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/bin/bundle:23:in `load' | |
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/bin/bundle:23:in `<main>' | |
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
$ bundle env | |
Bundler 1.3.0 | |
Ruby 1.9.3 (2013-02-22 patchlevel 392) [x86_64-linux] | |
Rubygems 1.8.25 | |
rvm 1.18.15 (stable) | |
GEM_HOME /usr/local/rvm/gems/ruby-1.9.3-p392@global | |
Bundler settings | |
frozen | |
Set for your local app (/home/vkhust/btest/.bundle/config): "1" | |
path | |
Set for your local app (/home/vkhust/btest/.bundle/config): "vendor/bundle" | |
disable_shared_gems | |
Set for your local app (/home/vkhust/btest/.bundle/config): "1" | |
Gemfile | |
source 'https://rubygems.org' | |
gem 'rake' | |
Gemfile.lock | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
rake (10.0.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
rake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment