Pin bundler version to 1.13.7 to avoid breaking changes

In GitLab 8.16.3, bundler was quietly upgraded from 1.14.3 from 1.13.7.
1.14.3 has this change that caused gitlab-rake commands to fail:
02e7f67727

Currently /var/opt/gitlab is owned by root:root, but bundler 1.14.x expects the user
`git` to be able to write to that directory. We should consider changing
omnibus to support this.

Closes #1913
This commit is contained in:
Stan Hu 2017-01-28 19:07:09 -08:00
parent 8dc221d1cc
commit 0ec1b67ff0
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#
name "bundler"
# Pin the bundler version to avoid breaking changes in later versions
default_version "1.13.7"
license "MIT"
license_file "https://raw.githubusercontent.com/bundler/bundler/master/LICENSE.md"