mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
FIX: proper hack to support underscores in URLs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user