diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-12 09:11:45 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-12 09:11:45 +0000 |
commit | 8e4dcbb8fb4823a464dfdd8b62075df124ca5bc6 (patch) | |
tree | b5320e253cb75300c0e635233a26be2e33c61a2c /Gemfile | |
parent | f84e78f3d750776793371940803b7ff781050f09 (diff) | |
parent | e27bc577af8d9e8f3bbf4d41c8d7835c417bfb51 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |