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:
authorStan Hu <stanhu@gmail.com>2015-07-28 18:07:25 +0300
committerStan Hu <stanhu@gmail.com>2015-07-28 19:47:30 +0300
commitc22b4061c2136c57a30b96a886688d49ecd88193 (patch)
tree712efdc41375672d8cee32e41d658abf96195ab8 /Gemfile
parentf21ac8f5c6899c4e72afa9613478134bcc22aa6a (diff)
Upgrade gitlab_git to version 7.2.6 to fix Error 500 when creating network graphs
Closes #745
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ba32feba3e7..8552e731bbd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.2.5'
+gem "gitlab_git", '~> 7.2.6'
# Ruby/Rack Git Smart-HTTP Server Handler
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)