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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-04 21:49:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-04 21:49:48 +0300
commit61acaff5a1e4db254c92854e639aa0cb8c2d3cff (patch)
tree14bfb2bc89e06499c31e0720e15fdd1ffe229f82 /Gemfile
parent7f97c320f9ae265346ba367464c77d147d6436c2 (diff)
Bump gitlab_git to rc15
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 01c02b5c8db..d711efe6215 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.0.0.rc14'
+gem "gitlab_git", '7.0.0.rc15'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'