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 21:51:12 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-20 12:37:35 +0300
commit5bbd2b8c4653af03ca0c24e8573cc3817fdf9499 (patch)
tree6487a8d3d4297b15d6bd6e8a11d678b5c913394a /Gemfile
parentd011527a36a17bba7f93da3575daf0f192fae8e0 (diff)
Ignore submodules that are defined in .gitmodules but are checked in as directories.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3f262655117..1c2a9002204 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.9'
+gem "gitlab_git", '~> 7.1.10'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'