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-11-14 14:14:17 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-11-14 14:14:17 +0300
commita9dc2c202938863896ca2de55dc301c655285b93 (patch)
treebc335d9ce5dba4ab056e749fa74955d96ed3b1a0 /Gemfile
parentf9814bf28831aeef746cfdc35431c8de45ff7677 (diff)
Update gitlab_git to 7.0.0.rc11
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dc84b26bc4c..bb8aef65d2f 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.rc10'
+gem "gitlab_git", '7.0.0.rc11'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'