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:
authorValery Sizov <vsv2711@gmail.com>2015-02-24 14:20:04 +0300
committerValery Sizov <vsv2711@gmail.com>2015-02-24 14:20:04 +0300
commit63c4f3ca7665d076ea143991823ec99c8f996a73 (patch)
tree37f91d6ce9169c68dce272e266d499e46a97c00b /Gemfile
parent7561b1c2a486ae57e9fbebadadbe1269bfdba6a0 (diff)
update gitlab-grack to 2.0.0.rc2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 093f7bacc06..00d8f4429fc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ gem "browser"
gem "gitlab_git", '7.0.0.rc14'
# Ruby/Rack Git Smart-HTTP Server Handler
-gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
+gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack'
# LDAP Auth
gem 'gitlab_omniauth-ldap', '1.2.0', require: "omniauth-ldap"