diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-03-31 12:34:07 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-03-31 12:37:14 +0200 |
commit | 5ad0eb4378ce3da98fed210c0383687900e9414a (patch) | |
tree | b2654112b2aed303e11a8032b439675b12ad8392 /Gemfile | |
parent | 08eac512bdcd9181476afc3e4bc0b132ebd48478 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |