summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-23 09:42:07 +0200
committerJames Lopez <james@jameslopez.es>2016-09-29 16:58:14 +0200
commit29141ed3ea6157a60d9748921782015626a17f9e (patch)
tree7157204905f0184682528735a282cfa7c76f0dfd /Gemfile
parenta8691bda3bb8b2db12f7aabe740a0e064c42fd62 (diff)
downloadgitlab-ce-29141ed3ea6157a60d9748921782015626a17f9e.tar.gz
fix broken repo 500 errors in UI and added relevant specs
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d2677d69556..76ca6427feb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,7 @@ gem 'browser', '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem 'gitlab_git', '~> 10.6.6'
+gem 'gitlab_git', '~> 10.6.7'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes