summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-31 12:34:07 +0200
committerDouwe Maan <douwe@gitlab.com>2015-03-31 12:37:14 +0200
commit5ad0eb4378ce3da98fed210c0383687900e9414a (patch)
treeb2654112b2aed303e11a8032b439675b12ad8392 /Gemfile
parent08eac512bdcd9181476afc3e4bc0b132ebd48478 (diff)
downloadgitlab-ce-5ad0eb4378ce3da98fed210c0383687900e9414a.tar.gz
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'