Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-23 10:42:07 +0300
committerJames Lopez <james@jameslopez.es>2016-09-29 17:58:14 +0300
commit29141ed3ea6157a60d9748921782015626a17f9e (patch)
tree7157204905f0184682528735a282cfa7c76f0dfd /Gemfile
parenta8691bda3bb8b2db12f7aabe740a0e064c42fd62 (diff)
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