• Kamil Trzciński's avatar
    Bundler 2.1.4 requires to use GEM_HOME · 1fc1357a
    Kamil Trzciński authored
    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.
    1fc1357a
gitaly_rake_spec.rb 3.61 KB