Commit 152c6018b3ace729095e7b58f5be3963b81050fb

Authored by Dmitriy Zaporozhets
1 parent d199de04

use grit_ext gem instead of fork

Showing 2 changed files with 4 additions and 11 deletions   Show diff stats
Gemfile
... ... @@ -23,12 +23,11 @@ gem 'omniauth-github'
23 23  
24 24 # Extracting information from a git repository
25 25 gem "gitlab-grit", '~> 1.0.0', require: 'grit'
  26 +gem 'grit_ext', '~> 0.6.2'
26 27  
27 28 # Ruby/Rack Git Smart-HTTP Server Handler
28 29 gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
29 30  
30   -gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '2d1b2f13cabc02520405985fccb2a0abfcba9907'
31   -
32 31 # LDAP Auth
33 32 gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"
34 33  
... ...
Gemfile.lock
... ... @@ -7,14 +7,6 @@ GIT
7 7 rake (>= 0.8.7)
8 8  
9 9 GIT
10   - remote: https://github.com/gitlabhq/grit_ext.git
11   - revision: 2d1b2f13cabc02520405985fccb2a0abfcba9907
12   - ref: 2d1b2f13cabc02520405985fccb2a0abfcba9907
13   - specs:
14   - grit_ext (0.6.2)
15   - charlock_holmes (~> 0.6.9)
16   -
17   -GIT
18 10 remote: https://github.com/gitlabhq/raphael-rails.git
19 11 revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
20 12 specs:
... ... @@ -178,6 +170,8 @@ GEM
178 170 grape-entity (0.2.0)
179 171 activesupport
180 172 multi_json (>= 1.3.2)
  173 + grit_ext (0.6.2)
  174 + charlock_holmes (~> 0.6.9)
181 175 growl (1.0.3)
182 176 guard (1.5.4)
183 177 listen (>= 0.4.2)
... ... @@ -480,7 +474,7 @@ DEPENDENCIES
480 474 gon
481 475 grape (~> 0.3.1)
482 476 grape-entity (~> 0.2.0)
483   - grit_ext!
  477 + grit_ext (~> 0.6.2)
484 478 growl
485 479 guard-rspec
486 480 guard-spinach
... ...