-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundler executable not available #77
Comments
If you run |
The gem is there, but not the executable. |
Shot in the dark, but does it work if you run |
I'ma also having this issue. Bundler is there. |
@maynardewm: Same exact output? Could you paste the error message? |
It's slightly different:
Everything works up until this command. Which is weird because that means it's running bundle install....? |
I think you have a different issue, and should probably open your own ticket. Offhand, I'd guess that you are running something like |
I had the same problem. What worked for me was adding |
@ngetahun it worked perfectly for my case too. Thank you very much <3 |
I'm having a problem with running bundler. The deploy completes
deploy:symlink:linked_dirs
and then fails onbundler:install
:I've tried installing it manually with
rbenv exec gem install bundler
andrbenv rehash
, but the executablebundle
does not appear.capistrano 3.10.0
capistrano-rbenv 2.1.3
capistrano-bundler 1.3.0
capistrano-rails 1.3.0
rails 4.2.10
rbenv 1.1.1
The text was updated successfully, but these errors were encountered: