diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 | ||||
m--------- | commonlib | 0 |
3 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,8 @@ gem 'gettext_i18n_rails' gem 'gettext' gem 'locale' gem 'routing-filter' +gem 'unicode' +gem 'unidecode' group :test do gem 'fakeweb' diff --git a/Gemfile.lock b/Gemfile.lock index 24e4dd5e3..fb83dadd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,6 +226,8 @@ GEM polyglot polyglot (>= 0.3.1) tzinfo (0.3.37) + unicode (0.4.4) + unidecode (1.0.0) vpim (0.695) webrat (0.7.3) nokogiri (>= 1.2.0) @@ -277,6 +279,8 @@ DEPENDENCIES ruby-msg (~> 1.5.0) spork-rails syslog_protocol + unicode + unidecode vpim webrat will_paginate diff --git a/commonlib b/commonlib -Subproject b5e4bada6633bc39b708714d1948706c83d2367 +Subproject 9462a28fe12b25637d6e67d7140d444632e3ff7 |