]> nos-oignons.net Git - gestion-adh.git/commitdiff
Update mail >= 2.8 to get compatibility with Ruby 3.1
authorLunar <lunar@anargeek.net>
Mon, 15 May 2023 16:17:29 +0000 (18:17 +0200)
committerLunar <lunar@anargeek.net>
Mon, 15 May 2023 16:17:29 +0000 (18:17 +0200)
See https://github.com/mikel/mail/blob/2-8-stable/CHANGELOG.rdoc#label-Version+2.8.0+-283-Dec-2022-29

Gemfile.lock

index 85c8d276a424c680891f3472d4d1e630aa08bf64..3337aced222c96c89eba410c6eaa6d7d29057195 100644 (file)
@@ -43,16 +43,29 @@ GEM
       cucumber-messages (~> 18.0, >= 18.0.0)
     cucumber-messages (18.0.0)
     cucumber-tag-expressions (4.1.0)
+    date (3.3.3)
     diff-lcs (1.5.0)
     ffi (1.15.5)
     json (2.6.2)
-    mail (2.7.1)
+    mail (2.8.1)
       mini_mime (>= 0.1.1)
+      net-imap
+      net-pop
+      net-smtp
     mime-types (3.4.1)
       mime-types-data (~> 3.2015)
     mime-types-data (3.2022.0105)
     mini_mime (1.1.2)
     multi_test (1.1.0)
+    net-imap (0.3.4)
+      date
+      net-protocol
+    net-pop (0.1.2)
+      net-protocol
+    net-protocol (0.2.1)
+      timeout
+    net-smtp (0.3.3)
+      net-protocol
     pdf-core (0.9.0)
     prawn (2.4.0)
       pdf-core (~> 0.9.0)
@@ -66,6 +79,7 @@ GEM
       ffi (~> 1.1)
     thor (1.2.1)
     timecop (0.9.5)
+    timeout (0.3.2)
     ttfunk (1.7.0)
 
 PLATFORMS