summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-12 09:11:45 +0000
committerDouwe Maan <douwe@gitlab.com>2015-05-12 09:11:45 +0000
commit8e4dcbb8fb4823a464dfdd8b62075df124ca5bc6 (patch)
treeb5320e253cb75300c0e635233a26be2e33c61a2c /Gemfile
parentf84e78f3d750776793371940803b7ff781050f09 (diff)
parente27bc577af8d9e8f3bbf4d41c8d7835c417bfb51 (diff)
downloadgitlab-ce-8e4dcbb8fb4823a464dfdd8b62075df124ca5bc6.tar.gz
Merge branch 'fix-tags-view-with-submodules' into 'master'
Bump gitlab_git to 7.1.11 to fix bug with viewing a tag on a project with submodules This is a reminder MR to bump gitlab_git before the release. Tests will fail until this happens. Closes https://github.com/gitlabhq/gitlabhq/issues/8411 See merge request !607
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fa89112a31d..0a28907ee28 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'