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

Broken bundle install details (1.1rc) #1530

Closed
hedgehog opened this issue Nov 13, 2011 · 2 comments
Closed

Broken bundle install details (1.1rc) #1530

hedgehog opened this issue Nov 13, 2011 · 2 comments

Comments

@hedgehog
Copy link

Cleanup then broken commands:

$ rm -rf ~/.bundle/ ~/.gem/                                                
$ rm -rf $GEM_HOME/bundler/ $GEM_HOME/cache/bundler/                       
$ rm -rf .bundle/                                                          
$ rm -rf vendor/cache/                                                     
$ rm -rf Gemfile.lock                                                      
$ bundle install --path vendor                                             
Could not find gem 'guard-bundler (>= 0) ruby' in the gems available on this machine.            
Run `bundle install` to install missing gems.     
$ bundle --help                                                                                  
Could not find gem 'guard-bundler (>= 0) ruby' in the gems available on this machine.            
Run `bundle install` to install missing gems.  

Troubleshooting gist:
https://gist.github.com/1362625

No rubygems-bundler nor open_gem.

@hedgehog
Copy link
Author

It seems to be that --path implies --deployment, even if you pass in --no-deployment:

bundle install --no-deployment --path vendor

@radar
Copy link
Contributor

radar commented Aug 8, 2013

I am going to go ahead and assume that this issue is now fixed, given no activity in > 2 years.

@radar radar closed this as completed Aug 8, 2013
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