mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: proper hack to support underscores in URLs
This commit is contained in:
parent
e26e5312d7
commit
961f676b91
3 changed files with 12 additions and 17 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue