Merge branch '7-3-gitlab-git-update' into '7-3-stable'
Bump gitlab_git version to 6.2.2 for 7.3 We need to bump the gitlab_git version for 7-3-stable to 6.2.2 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 !1377
Showing
... | ... | @@ -31,7 +31,7 @@ gem 'omniauth-shibboleth' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 6.0' | ||
gem "gitlab_git", '~> 6.2.2' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
... | ... |
Please register or sign in to comment