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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-06-22 12:24:02 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-06-22 12:24:02 +0300
commitcfc261d7078347d83e865e48efe948158aac0622 (patch)
treefc5aa6c589107d46454364b3cd1ca48bdf1f126a /Gemfile
parent0734756ee41d97842081c24d1650dfdd75697b45 (diff)
Bump gitlab_git to 7.2.5
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a4a4ba74e69..4f01d13a127 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,7 +34,7 @@ gem "browser", '~> 0.8.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.2.3'
+gem "gitlab_git", '~> 7.2.5'
# Ruby/Rack Git Smart-HTTP Server Handler
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)