Where does bundle install
put the updated version of bundler if we have BUNDLE_PATH
set?
#7876
-
On my development machine, if my Gemfile.lock specifies a verison of bundler different from the one installed on my system, doing a On my deployment machine however, where I use capistrano to deploy, after the deployment I don't see the new version of bundler with Should I file a bug report, or am I missing something obvious, like is the new version of bundler installed somewhere else? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! I did a quick test locally with the latest version of Bundler and the locked version of Bundler is correctly installed into |
Beta Was this translation helpful? Give feedback.
Hi! I did a quick test locally with the latest version of Bundler and the locked version of Bundler is correctly installed into
BUNDLE_PATH
. So, this seems related to capistrano?