summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-07-28 14:44:00 +0200
committerPaco Guzman <pacoguzmanp@gmail.com>2016-07-29 13:22:22 +0200
commit6595d6aab078497293d657cd05d0af61c6cbda0b (patch)
tree4be3c7e71d0982c886507d61a2a09249629d892e /Gemfile
parent242f8377264973d642b46e5d2800ef3d3bd4c0fa (diff)
downloadgitlab-ce-6595d6aab078497293d657cd05d0af61c6cbda0b.tar.gz
Bump gitlab_git to speedup DiffCollection iterations
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a7d5e0e3e89..5f247abd2fc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.4.1'
+gem 'gitlab_git', '~> 10.4.2'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes