From: Lunar <lunar@anargeek.net>
Date: Mon, 15 May 2023 16:17:29 +0000 (+0200)
Subject: Update mail >= 2.8 to get compatibility with Ruby 3.1
X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/commitdiff_plain/1b924f1f9311e5103fc706094b8f0aa5a1b682a2

Update mail >= 2.8 to get compatibility with Ruby 3.1

See https://github.com/mikel/mail/blob/2-8-stable/CHANGELOG.rdoc#label-Version+2.8.0+-283-Dec-2022-29
---

diff --git a/Gemfile.lock b/Gemfile.lock
index 85c8d27..3337ace 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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