gems: revert mail gem to fix startup failure.

mail-2.8.0 has a bug that causes Rails to fail to boot in production. Temporarily revert back to 2.7.1.

See https://www.github.com/mikel/mail/issues/1489
This commit is contained in:
evazion
2022-12-08 16:33:32 -06:00
parent 93cd7197e7
commit f3a1b42d10
2 changed files with 3 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ gem 'http'
gem 'activerecord-hierarchical_query'
gem 'http-cookie', git: "https://github.com/danbooru/http-cookie"
gem 'pundit'
gem 'mail'
gem 'mail', '< 2.8'
gem 'nokogiri'
gem 'view_component'
gem 'tzinfo-data'