Commit 96211b01a86c0f147dda88f336e9443c94f46ea4

Authored by Saito
1 parent 784cb886

add grit_ext to gemfile

Showing 2 changed files with 10 additions and 5 deletions   Show diff stats
@@ -27,6 +27,7 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref: @@ -27,6 +27,7 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref:
27 gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e' 27 gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e'
28 gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd' 28 gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd'
29 gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8' 29 gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8'
  30 +gem 'grit_ext', git: "https://github.com/SaitoWu/grit_ext.git"
30 31
31 # Gitolite client (for work with gitolite-admin repo) 32 # Gitolite client (for work with gitolite-admin repo)
32 gem "gitolite", '1.1.0' 33 gem "gitolite", '1.1.0'
@@ -83,9 +84,6 @@ gem 'resque_mailer' @@ -83,9 +84,6 @@ gem 'resque_mailer'
83 # HTTP requests 84 # HTTP requests
84 gem "httparty" 85 gem "httparty"
85 86
86 -# Handle encodings  
87 -gem "charlock_holmes"  
88 -  
89 # Colored output to console 87 # Colored output to console
90 gem "colored" 88 gem "colored"
91 89
1 GIT 1 GIT
  2 + remote: https://github.com/SaitoWu/grit_ext.git
  3 + revision: 8558b3282696c50813eaba4100ab6f5fec0ebc16
  4 + specs:
  5 + grit_ext (0.5.0)
  6 + charlock_holmes (~> 0.6.9)
  7 +
  8 +GIT
2 remote: https://github.com/ctran/annotate_models.git 9 remote: https://github.com/ctran/annotate_models.git
3 revision: 18cd39ad01829deba5aa34634b8540d6675ab978 10 revision: 18cd39ad01829deba5aa34634b8540d6675ab978
4 specs: 11 specs:
@@ -92,7 +99,7 @@ GEM @@ -92,7 +99,7 @@ GEM
92 carrierwave (0.6.2) 99 carrierwave (0.6.2)
93 activemodel (>= 3.2.0) 100 activemodel (>= 3.2.0)
94 activesupport (>= 3.2.0) 101 activesupport (>= 3.2.0)
95 - charlock_holmes (0.6.8) 102 + charlock_holmes (0.6.9)
96 childprocess (0.3.2) 103 childprocess (0.3.2)
97 ffi (~> 1.0.6) 104 ffi (~> 1.0.6)
98 chosen-rails (0.9.8.3) 105 chosen-rails (0.9.8.3)
@@ -415,7 +422,6 @@ DEPENDENCIES @@ -415,7 +422,6 @@ DEPENDENCIES
415 capybara 422 capybara
416 capybara-webkit 423 capybara-webkit
417 carrierwave 424 carrierwave
418 - charlock_holmes  
419 chosen-rails 425 chosen-rails
420 coffee-rails (= 3.2.2) 426 coffee-rails (= 3.2.2)
421 colored 427 colored
@@ -436,6 +442,7 @@ DEPENDENCIES @@ -436,6 +442,7 @@ DEPENDENCIES
436 grack! 442 grack!
437 grape (~> 0.2.1) 443 grape (~> 0.2.1)
438 grit! 444 grit!
  445 + grit_ext!
439 growl 446 growl
440 guard-rspec 447 guard-rspec
441 guard-spinach 448 guard-spinach