OSDN Git Service

Fix #2058 diff problem of non ascii paths and non utf-8 file encoding
authorsatoh <satoh@tohokuotas.co.jp>
Wed, 28 Nov 2012 08:52:38 +0000 (17:52 +0900)
committerSato Hiroyuki <sathiroyuki@gmail.com>
Wed, 28 Nov 2012 09:32:06 +0000 (18:32 +0900)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 33f5ed7..fb7ec1e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem "grit",          git: "https://github.com/gitlabhq/grit.git",           ref:
 gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git",  ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e'
 gem 'yaml_db',       git: "https://github.com/gitlabhq/yaml_db.git",        ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd'
 gem 'grack',         git: "https://github.com/gitlabhq/grack.git",          ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8'
-gem 'grit_ext',      git: "https://github.com/gitlabhq/grit_ext.git",       ref: '212fd40bea61f3c6a167223768e7295dc32bbc10'
+gem 'grit_ext',      git: "https://github.com/gitlabhq/grit_ext.git",       ref: '8e6afc2da821354774aa4d1ee8a1aa2082f84a3e'
 
 # Gitolite client (for work with gitolite-admin repo)
 gem "gitolite", '1.1.0'
index 286b345..43badff 100644 (file)
@@ -26,10 +26,10 @@ GIT
 
 GIT
   remote: https://github.com/gitlabhq/grit_ext.git
-  revision: 212fd40bea61f3c6a167223768e7295dc32bbc10
-  ref: 212fd40bea61f3c6a167223768e7295dc32bbc10
+  revision: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e
+  ref: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e
   specs:
-    grit_ext (0.6.0)
+    grit_ext (0.6.1)
       charlock_holmes (~> 0.6.9)
 
 GIT