summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-09-06 15:16:38 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-09-06 15:42:24 +0200
commit86892793ca20356a0aaf9b2405eae1b9402ebf84 (patch)
tree1dfcfbe42b7c4eeec3af7c717e83da5e40f1a74f /Gemfile
parentc61ebedaee2d1de76c961f54ca5f6b5805fcbe06 (diff)
downloadgitlab-ce-86892793ca20356a0aaf9b2405eae1b9402ebf84.tar.gz
Updated gitlab_git to 10.6.3
This allows us to take advantage of https://gitlab.com/gitlab-org/gitlab_git/merge_requests/121.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 620338e5997..81b7002027a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.5'
+gem 'gitlab_git', '~> 10.6.3'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes