Bump gitlab_git to 7.1.11 to fix bug where viewing a tag on a project with...
Bump gitlab_git to 7.1.11 to fix bug where viewing a tag on a project with submodules would return a 500 error Closes https://github.com/gitlabhq/gitlabhq/issues/8411
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.10' | gem "gitlab_git", '~> 7.1.11' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | # Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.2', require: 'grack' | gem 'gitlab-grack', '~> 2.0.2', require: 'grack' | ||
... | ... |
Please register or sign in to comment