]> Repos - crimata-website/commitdiff
Update Gemfile.lock with resend gem
authorAndrew Gundersen <adgundersen@gmail.com>
Fri, 27 Feb 2026 22:21:31 +0000 (17:21 -0500)
committerAndrew Gundersen <adgundersen@gmail.com>
Fri, 27 Feb 2026 22:21:31 +0000 (17:21 -0500)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Gemfile.lock

index 80d51c8a670b028082e536e7dc6aa6d2d12bdfce..46ae16540fb418c2ccea29b685513d5133578d14 100644 (file)
@@ -88,6 +88,7 @@ GEM
     concurrent-ruby (1.3.6)
     connection_pool (3.0.2)
     crass (1.0.6)
+    csv (3.3.5)
     date (3.5.1)
     debug (1.11.1)
       irb (~> 1.10)
@@ -103,6 +104,10 @@ GEM
     erubi (1.13.1)
     globalid (1.3.0)
       activesupport (>= 6.1)
+    httparty (0.24.2)
+      csv
+      mini_mime (>= 1.0.0)
+      multi_xml (>= 0.5.2)
     i18n (1.14.8)
       concurrent-ruby (~> 1.0)
     io-console (0.8.2)
@@ -125,6 +130,8 @@ GEM
     mini_mime (1.1.5)
     minitest (6.0.1)
       prism (~> 1.5)
+    multi_xml (0.8.1)
+      bigdecimal (>= 3.1, < 5)
     mutex_m (0.3.0)
     net-imap (0.6.3)
       date
@@ -198,6 +205,8 @@ GEM
       tsort
     reline (0.6.3)
       io-console (~> 0.5)
+    resend (0.27.0)
+      httparty (>= 0.21.0)
     securerandom (0.4.1)
     stringio (3.2.0)
     stripe (18.3.1)
@@ -223,6 +232,7 @@ DEPENDENCIES
   pg (~> 1.6)
   puma (>= 5.0)
   rails (~> 7.1.0)
+  resend (~> 0.12)
   stripe (~> 18.3)
   tzinfo-data