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-03-04 10:56:54 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-04 10:56:54 +0400
commit152c6018b3ace729095e7b58f5be3963b81050fb (patch)
tree83a55f49356d22b804c986b6c3230282a276099a /Gemfile
parentd199de044425ad73caa031627c714b7010d76e3f (diff)
use grit_ext gem instead of fork
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 70a6c0761a6..cf1617c316a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,12 +23,11 @@ gem 'omniauth-github'
# Extracting information from a git repository
gem "gitlab-grit", '~> 1.0.0', require: 'grit'
+gem 'grit_ext', '~> 0.6.2'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
-gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '2d1b2f13cabc02520405985fccb2a0abfcba9907'
-
# LDAP Auth
gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"