]> git.openstreetmap.org Git - rails.git/commitdiff
Drop version constraint on mail and update bundle
authorTom Hughes <tom@compton.nu>
Fri, 13 Jan 2023 09:29:04 +0000 (09:29 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 13 Jan 2023 09:29:04 +0000 (09:29 +0000)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index f5d0f7f4ff562f0570210ac6f3db6710742cda13..f7a3e502ed499d92ab8369d11912bf61f726572a 100644 (file)
--- 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"
index 622a55823f64804b1855f180b3abf8dca9d08807..a627846f85095ad14975ba41ccf8155203f1e2c7 100644 (file)
@@ -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)