mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: update mail gem to fix UTF-8 parsing issue
This commit is contained in:
parent
416c79daa5
commit
ddb092f397
5 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -24,7 +24,7 @@ else
|
|||
gem 'seed-fu'
|
||||
end
|
||||
|
||||
gem 'mail', require: false
|
||||
gem 'mail', '2.7.1.rc1', require: false
|
||||
gem 'mini_mime'
|
||||
gem 'mini_suffix'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue