FIX: proper hack to support underscores in URLs

This commit is contained in:
Régis Hanol
2014-11-12 18:15:50 +01:00
parent e26e5312d7
commit 961f676b91
3 changed files with 12 additions and 17 deletions
-4
View File
@@ -249,10 +249,6 @@ gem 'stringex', require: false
gem 'logster'
# we need that to support underscore in URLs (mostly when using S3 for storing files)
# cf. http://stackoverflow.com/a/17108137/11983
gem 'addressable'
# perftools only works on 1.9 atm
group :profile do
# travis refuses to install this, instead of fuffing, just avoid it for now