Bundler 2.1.4 requires to use GEM_HOME
This fixes a shared gems storage for GitLab and Gitaly. Prior to `2.1.x` we would use `BUNDLE_PATH`, but since the new release, the bundler stores gems in `/ruby/<version>` subfolder. The `.bundle_path` does return subfolder instead of `BUNDLE_PATH` which causes problems with re-using gems storage.
Showing
Please register or sign in to comment