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:
authorRubén Dávila <rdavila84@gmail.com>2016-02-17 18:31:23 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-02-19 21:15:39 +0300
commit112b1add4c4f9347d4bc0f6b20a8fd37384a81f2 (patch)
tree8c0eca216cd70cf3f7b6de5b54f31109f4aa41bc /Gemfile
parent87b076f2ce6a791f6173eedda3ad4505d165451c (diff)
Upgrade gitlab_git to 8.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f7215010a1e..1602ef871c7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,7 @@ gem "browser", '~> 1.0.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 8.1'
+gem "gitlab_git", '~> 8.2'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes