Commit 13dde2e4a4ee7346dc7a5674417cf5a3eb7257fb

Authored by Dmitriy Zaporozhets
1 parent 7528b534

Use grit_ext fork of gitlabhq

Showing 2 changed files with 9 additions and 9 deletions   Show diff stats
Gemfile
... ... @@ -27,7 +27,7 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref:
27 27 gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e'
28 28 gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd'
29 29 gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8'
30   -gem 'grit_ext', git: "https://github.com/SaitoWu/grit_ext.git", ref: '212fd40bea61f3c6a167223768e7295dc32bbc10'
  30 +gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '212fd40bea61f3c6a167223768e7295dc32bbc10'
31 31  
32 32 # Gitolite client (for work with gitolite-admin repo)
33 33 gem "gitolite", '1.1.0'
... ...
Gemfile.lock
1 1 GIT
2   - remote: https://github.com/SaitoWu/grit_ext.git
3   - revision: 212fd40bea61f3c6a167223768e7295dc32bbc10
4   - ref: 212fd40bea61f3c6a167223768e7295dc32bbc10
5   - specs:
6   - grit_ext (0.6.0)
7   - charlock_holmes (~> 0.6.9)
8   -
9   -GIT
10 2 remote: https://github.com/ctran/annotate_models.git
11 3 revision: 18cd39ad01829deba5aa34634b8540d6675ab978
12 4 specs:
... ... @@ -31,6 +23,14 @@ GIT
31 23 posix-spawn (~> 0.3.6)
32 24  
33 25 GIT
  26 + remote: https://github.com/gitlabhq/grit_ext.git
  27 + revision: 212fd40bea61f3c6a167223768e7295dc32bbc10
  28 + ref: 212fd40bea61f3c6a167223768e7295dc32bbc10
  29 + specs:
  30 + grit_ext (0.6.0)
  31 + charlock_holmes (~> 0.6.9)
  32 +
  33 +GIT
34 34 remote: https://github.com/gitlabhq/omniauth-ldap.git
35 35 revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
36 36 ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
... ...