From 2ee8fcda40b2311f2db63d0a27a747e5076f9f2c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 13 Jan 2023 09:29:04 +0000 Subject: [PATCH] Drop version constraint on mail and update bundle --- Gemfile | 3 --- Gemfile.lock | 10 ++++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f5d0f7f4f..f7a3e502e 100644 --- a/Gemfile +++ b/Gemfile @@ -131,9 +131,6 @@ gem "aws-sdk-s3" # Used to resize user images gem "image_processing" -# Avoid mail 2.8.0 due to https://github.com/mikel/mail/issues/1489 -gem "mail", "~> 2.7.1" - # Gems useful for development group :development do gem "annotate" diff --git a/Gemfile.lock b/Gemfile.lock index 622a55823..a627846f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM autoprefixer-rails (10.4.7.0) execjs (~> 2) aws-eventstream (1.2.0) - aws-partitions (1.690.0) + aws-partitions (1.692.0) aws-sdk-core (3.168.4) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) @@ -276,8 +276,11 @@ GEM loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) + mail (2.8.0.1) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp marcel (1.0.2) matrix (0.4.2) maxminddb (0.1.22) @@ -299,7 +302,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.13.10) + nokogiri (1.14.0) mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth (0.4.7) @@ -557,7 +560,6 @@ DEPENDENCIES libxml-ruby (>= 2.0.5) listen logstasher - mail (~> 2.7.1) marcel maxminddb minitest (~> 5.1) -- 2.39.5