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:
2
Gemfile
2
Gemfile
@@ -33,7 +33,7 @@ gem 'http'
|
|||||||
gem 'activerecord-hierarchical_query'
|
gem 'activerecord-hierarchical_query'
|
||||||
gem 'http-cookie', git: "https://github.com/danbooru/http-cookie"
|
gem 'http-cookie', git: "https://github.com/danbooru/http-cookie"
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'mail'
|
gem 'mail', '< 2.8'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
gem 'view_component'
|
gem 'view_component'
|
||||||
gem 'tzinfo-data'
|
gem 'tzinfo-data'
|
||||||
|
|||||||
@@ -280,11 +280,8 @@ GEM
|
|||||||
loofah (2.19.0)
|
loofah (2.19.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.8.0)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
net-imap
|
|
||||||
net-pop
|
|
||||||
net-smtp
|
|
||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
memoist (0.16.2)
|
memoist (0.16.2)
|
||||||
@@ -569,7 +566,7 @@ DEPENDENCIES
|
|||||||
http-cookie!
|
http-cookie!
|
||||||
ipaddress_2
|
ipaddress_2
|
||||||
listen
|
listen
|
||||||
mail
|
mail (< 2.8)
|
||||||
memoist
|
memoist
|
||||||
memory_profiler
|
memory_profiler
|
||||||
minitest-ci
|
minitest-ci
|
||||||
|
|||||||
Reference in New Issue
Block a user