Merge branch '7-4-gitlab-git-update' into '7-4-stable'
Bump gitlab_git version to 7.0.0.rc12 for 7.4 We need to bump the gitlab_git version for 7-4-stable to 7.0.0.rc12 so that it includes the 0.21.2 version of rugged. QA Tests have been performed to warrant compatibility. /cc @jacobvosmaer @job See merge request !1371
Showing
... | ... | @@ -31,7 +31,7 @@ gem 'omniauth-shibboleth' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc10' | ||
gem "gitlab_git", '7.0.0.rc12' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
... | ... |
Please register or sign in to comment