Merge branch 'bump-gitlab-git' into 'master'
Bump gitlab_git to 7.1.1 Verify found object is actually a commit in Commit.find. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/1204 See merge request !1696
Showing
... | @@ -39,7 +39,7 @@ gem "browser" | ... | @@ -39,7 +39,7 @@ gem "browser" |
# Extracting information from a git repository | # Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | # Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.1.0' | gem "gitlab_git", '~> 7.1.0' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | # Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' | gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' | ||
... | ... |
Please register or sign in to comment