-
Notifications
You must be signed in to change notification settings - Fork 47
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 no longer installed by default #65
Comments
+1 |
Hi guys, how do you guys even get capistrano-rvm to work now? I've installed bundler on the server, but I still get:
|
Ah I just solved my issue. If you are using a gemset, you must make sure to install bundler for that gemset otherwise rvm doesn't find it.
|
+1 (thanks, @leonardteo) |
+1 Thanks! @leonardteo |
thank you @leonardteo ;) |
Thanks a lot @leonardteo ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bundler is not longer installed by RVM by default as of rvm/rvm@dc07790. I think users would expect Capistrano to just work after installing RVM so perhaps Capistrano should ensure that Bundler is installed.
The text was updated successfully, but these errors were encountered: