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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-07-21 23:49:43 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-07-22 01:00:16 +0300
commit065a65adfe3508581664358779821b802476ee0d (patch)
treeb1d2e5399b387ae0fbb6d00539f119daea43ff7e /Gemfile
parentd2598f6273d4a714134c26ee520b99a40579e8fa (diff)
Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 92e666c1bb7..0504e643ed7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.3.2'
+gem 'gitlab_git', '~> 10.4.1'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes