Commit 152c6018 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

use grit_ext gem instead of fork

parent d199de04
...@@ -23,12 +23,11 @@ gem 'omniauth-github' ...@@ -23,12 +23,11 @@ gem 'omniauth-github'
# Extracting information from a git repository # Extracting information from a git repository
gem "gitlab-grit", '~> 1.0.0', require: 'grit' gem "gitlab-grit", '~> 1.0.0', require: 'grit'
gem 'grit_ext', '~> 0.6.2'
# Ruby/Rack Git Smart-HTTP Server Handler # Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '2d1b2f13cabc02520405985fccb2a0abfcba9907'
# LDAP Auth # LDAP Auth
gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"
......
...@@ -6,14 +6,6 @@ GIT ...@@ -6,14 +6,6 @@ GIT
activerecord (>= 2.3.0) activerecord (>= 2.3.0)
rake (>= 0.8.7) rake (>= 0.8.7)
GIT
remote: https://github.com/gitlabhq/grit_ext.git
revision: 2d1b2f13cabc02520405985fccb2a0abfcba9907
ref: 2d1b2f13cabc02520405985fccb2a0abfcba9907
specs:
grit_ext (0.6.2)
charlock_holmes (~> 0.6.9)
GIT GIT
remote: https://github.com/gitlabhq/raphael-rails.git remote: https://github.com/gitlabhq/raphael-rails.git
revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58 revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
...@@ -178,6 +170,8 @@ GEM ...@@ -178,6 +170,8 @@ GEM
grape-entity (0.2.0) grape-entity (0.2.0)
activesupport activesupport
multi_json (>= 1.3.2) multi_json (>= 1.3.2)
grit_ext (0.6.2)
charlock_holmes (~> 0.6.9)
growl (1.0.3) growl (1.0.3)
guard (1.5.4) guard (1.5.4)
listen (>= 0.4.2) listen (>= 0.4.2)
...@@ -480,7 +474,7 @@ DEPENDENCIES ...@@ -480,7 +474,7 @@ DEPENDENCIES
gon gon
grape (~> 0.3.1) grape (~> 0.3.1)
grape-entity (~> 0.2.0) grape-entity (~> 0.2.0)
grit_ext! grit_ext (~> 0.6.2)
growl growl
guard-rspec guard-rspec
guard-spinach guard-spinach
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment