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-08-13 17:26:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-13 17:26:59 +0400
commit04ccf8bc2f96eb73229a39278f84814b849262f2 (patch)
tree06d730cbc3f9015b6edc9f924da2dd6d7ac07cdd /Gemfile
parent31e9f82ebc24ff04cb4eeaf933f6f3b158a38a62 (diff)
Use gitlab_git v2.0.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4774706ce9a..d8c7c65cf76 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.0.0.pre"
+gem "gitlab_git", '2.0.0'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'