mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Lock mail gem to ~> 2.5.4
Rails 4.1.6+ will relax the mail gem version requirement to `~> 2.5, >= 2.5.4`. However, mail gem 2.6.x currently does not work with discourse because of the reference to `Mail::RFC2822Parser` in `lib/email.rb`. This ensure discourse would continue to work with Rails 4.1.6+ when it is released.
This commit is contained in:
@@ -436,6 +436,7 @@ DEPENDENCIES
|
||||
listen (= 0.7.3)
|
||||
logster
|
||||
lru_redux
|
||||
mail (~> 2.5.4)
|
||||
memory_profiler
|
||||
message_bus
|
||||
minitest
|
||||
|
||||
Reference in New Issue
Block a user