Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-06-17 03:14:01 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-17 03:36:36 +0300
commit3ca1518469622cc2adc471c62e161b231737464d (patch)
treeb2044af89e2bb39a8754abecafffe0b481c445ea /Gemfile
parentbc2df2558fd1ee9688af86fdfa17592604292916 (diff)
Merge branch 'bump-gitlab-git-10.2.0' into 'master'
Use gitlab-git 10.2.0 Closes #18741 See merge request !4722
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1a7af66fac4..435bccaf04b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ gem "browser", '~> 2.0.3'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 10.0'
+gem "gitlab_git", '~> 10.2'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes