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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-22 19:11:54 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-22 19:11:54 +0400
commit4e0a2e3c968cd6be218577b3a615b888822c99cf (patch)
tree4598fe44fbedd785796baf9f0655a031fa087867 /Gemfile
parente868de687da060a109bd67fd492ed110eb134d47 (diff)
Bumped the gitlab_git gem version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a87c538102e..7a54f97e900 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,7 +29,7 @@ gem 'omniauth-github'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 5.4.0'
+gem "gitlab_git", '~> 5.5.0'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'