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:
authorDouwe Maan <douwe@gitlab.com>2015-03-31 13:34:07 +0300
committerDouwe Maan <douwe@gitlab.com>2015-03-31 13:37:14 +0300
commit5ad0eb4378ce3da98fed210c0383687900e9414a (patch)
treeb2654112b2aed303e11a8032b439675b12ad8392 /Gemfile
parent08eac512bdcd9181476afc3e4bc0b132ebd48478 (diff)
Update gitlab_git to 7.1.5, to fix final line in EmailsOnPush email diff being rendered as error.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e767aec5053..05830dec829 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ gem "browser"
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.1.3'
+gem "gitlab_git", '~> 7.1.5'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'