summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-15 11:43:14 +0000
committerDouwe Maan <douwe@gitlab.com>2015-10-15 11:43:14 +0000
commit4b28f2d999eeb936e2e3718e5ea25d3b1020291e (patch)
tree0fc97fe63d39463e4dfd40c5a08847ac227fbfde /Gemfile
parentdaccc54d25a5acfd089e02fd7387ed14f0a3a629 (diff)
parentc993481d991333fe0750080eec98fd2e9eeda8d5 (diff)
downloadgitlab-ce-4b28f2d999eeb936e2e3718e5ea25d3b1020291e.tar.gz
Merge branch 'git-archive-golang' into 'master'
Let gitlab-git-http-server handle archive downloads This change relies on changes in gitlab_git and gitlab-git-http-server. fixes #2429 See merge request !1548
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 39371c0a642..29d9db05f42 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ gem "browser", '~> 1.0.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.2.18'
+gem "gitlab_git", '~> 7.2.19'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes