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:
authorVinnie Okada <vokada@mrvinn.com>2015-03-28 18:07:25 +0300
committerVinnie Okada <vokada@mrvinn.com>2015-03-28 18:10:12 +0300
commitfabaeb096fad0307308c9af3b617a5c7a69734e6 (patch)
tree9513398e3ae33ce7d6ab6a5c8765c13754275caa /Gemfile
parent49c3cc85c4e45cad6afef74b6d220b270290c514 (diff)
Upgrade gitlab_git gem to version 7.1.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 285ccf32b66..f43d5bad1a6 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.2'
+gem "gitlab_git", '~> 7.1.3'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'