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>2014-10-24 13:25:39 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-10-24 13:25:39 +0400
commit2bca55197bb195a5b72af7053b31249dc8c921cb (patch)
tree25e98a54093d25f8f7831cd213d90f04dcef3eb4 /Gemfile
parent8157c6b8a557369f875413f506f34d549254de56 (diff)
Bump gitlab_git to 7.0.0.rc10 (submodules fix)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c6be76f4ecc..f6f3607cbd1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,7 +31,7 @@ gem 'omniauth-shibboleth'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '7.0.0.rc9'
+gem "gitlab_git", '7.0.0.rc10'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'