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:
authorSytse Sijbrandij <sytse@dosire.com>2013-09-21 20:54:18 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-09-21 20:54:18 +0400
commit687cd9fa5bb662302dee85388db28a94b73beafb (patch)
treecb53379b20bfcec8f031fb1f6d5aa8cea7d64fde /Gemfile
parent05ef996e52eddececee3e0edb9c8bb5a0dc4c82d (diff)
Update gitlab_git to version 2.3.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index aa20ec58d86..ccefe0af7a5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ gem 'omniauth-github'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '2.2.0'
+gem "gitlab_git", '2.3.1'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'