summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-07-21 23:27:04 +0000
committerRémy Coutable <remy@rymai.me>2016-07-22 11:02:44 +0200
commitbe1112596844cec4b2ad16045033b85f89f0fc2e (patch)
tree3e16c30dbd4f82ba0418c21b43309df61e0a6f74 /Gemfile
parent7412eba9a4945da5614f033cedce468a118825c7 (diff)
downloadgitlab-ce-be1112596844cec4b2ad16045033b85f89f0fc2e.tar.gz
Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-seconds' into 'master'
Improve performance of tags controller See merge request !5375
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 92e666c1bb7..0504e643ed7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.3.2'
+gem 'gitlab_git', '~> 10.4.1'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes