Merge branch '7-2-gitlab-git-update' into '7-2-stable'
Bump gitlab_git version to 6.2.2 We need to bump the `gitlab_git` version for 7-2-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 !1366
Showing
... | ... | @@ -30,7 +30,7 @@ gem 'omniauth-github' |
# 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