Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-04 17:39:59 +0300
committerStan Hu <stanhu@gmail.com>2015-05-04 20:37:44 +0300
commite27bc577af8d9e8f3bbf4d41c8d7835c417bfb51 (patch)
tree82145c2d0618ce31390d932a18f0b1980c156154 /Gemfile
parent16db51ec588bad1f341ffd3be9153cc453fce0f1 (diff)
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ea62396d8a3..4b8b683a661 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ gem "browser"
# Extracting information from a git repository
# 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
gem 'gitlab-grack', '~> 2.0.2', require: 'grack'