aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-07-29 17:39:37 +0100
committerLouise Crow <louise.crow@gmail.com>2013-07-29 17:41:50 +0100
commit571004d84f0f5a0705e86d839d0fff62e31ccac2 (patch)
tree0a967b32918ebff8d2383d8bd5ba611a66c91017
parent6b6ada3571d9d05d8b2c6a59b5134e634775f617 (diff)
Update commonlib to get fix for https://github.com/mysociety/alaveteli/issues/282 and https://github.com/opennorth/alaveteli/issues/2. Note, this will not fix https://github.com/mysociety/alaveteli/issues/902, which would require a change in request title validation in https://github.com/mysociety/alaveteli/blob/rails-3-develop/app/models/info_request.rb#L34.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
m---------commonlib0
3 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6149891ff..91159c0fc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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