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:
authorDouwe Maan <douwe@gitlab.com>2015-04-17 13:23:28 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-17 13:23:28 +0300
commit2d913e5a9a7712b579fe1688ffb05bff04844dfc (patch)
treeb7c2f5f6e7d77845a76bf4fa286af5322e08ab39 /Gemfile
parent5456b00f27d631fb58e230a75cfe84c7daf4e207 (diff)
Update gitlab_git to ignore invalid lines in .gitmodules.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 465e90e71a3..3f262655117 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ gem "browser"
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 7.1.6'
+gem "gitlab_git", '~> 7.1.9'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'