diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-15 11:43:14 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-15 11:43:14 +0000 |
commit | 4b28f2d999eeb936e2e3718e5ea25d3b1020291e (patch) | |
tree | 0fc97fe63d39463e4dfd40c5a08847ac227fbfde /Gemfile | |
parent | daccc54d25a5acfd089e02fd7387ed14f0a3a629 (diff) | |
parent | c993481d991333fe0750080eec98fd2e9eeda8d5 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |