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>2013-04-28 22:27:49 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-28 22:27:49 +0400
commitca281483b33e312ccb9956a0672d39151474ed12 (patch)
tree027679a5f7cc04cd5fa06848ed41e87ac861243b /Gemfile
parent233c9b8587d481af6b21099aaa22359a4ff502c4 (diff)
Update gitlab_git to 1.0.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 68028c27577..aa35cb630b1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ gem 'omniauth-github'
# Extracting information from a git repository
# We cannot use original git since some bugs
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d'
-gem 'gitlab_git', '~> 1.0.0'
+gem 'gitlab_git', '~> 1.0.3'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.0', require: 'grack'