Commit 001729bb40e679e76ee4e7b80c2f441ffe0eea7f
Committed by
Sato Hiroyuki
1 parent
7acd0604
Exists in
master
and in
4 other branches
Fix #2058 diff problem of non ascii paths and non utf-8 file encoding
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
@@ -26,7 +26,7 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref: | @@ -26,7 +26,7 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref: | ||
26 | gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e' | 26 | gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e' |
27 | gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd' | 27 | gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd' |
28 | gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8' | 28 | gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8' |
29 | -gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '212fd40bea61f3c6a167223768e7295dc32bbc10' | 29 | +gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '8e6afc2da821354774aa4d1ee8a1aa2082f84a3e' |
30 | 30 | ||
31 | # Gitolite client (for work with gitolite-admin repo) | 31 | # Gitolite client (for work with gitolite-admin repo) |
32 | gem "gitolite", '1.1.0' | 32 | gem "gitolite", '1.1.0' |
Gemfile.lock
@@ -26,10 +26,10 @@ GIT | @@ -26,10 +26,10 @@ GIT | ||
26 | 26 | ||
27 | GIT | 27 | GIT |
28 | remote: https://github.com/gitlabhq/grit_ext.git | 28 | remote: https://github.com/gitlabhq/grit_ext.git |
29 | - revision: 212fd40bea61f3c6a167223768e7295dc32bbc10 | ||
30 | - ref: 212fd40bea61f3c6a167223768e7295dc32bbc10 | 29 | + revision: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e |
30 | + ref: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e | ||
31 | specs: | 31 | specs: |
32 | - grit_ext (0.6.0) | 32 | + grit_ext (0.6.1) |
33 | charlock_holmes (~> 0.6.9) | 33 | charlock_holmes (~> 0.6.9) |
34 | 34 | ||
35 | GIT | 35 | GIT |