From 9800c295be947ce4acc3f610e2bdeb8522f8ec60 Mon Sep 17 00:00:00 2001 From: dadachi Date: Sun, 23 Aug 2026 06:43:11 +0900 Subject: [PATCH] Update gems (resend, solid_queue, webmock) - resend 1.9.0 -> 1.10.0 - solid_queue 1.6.0 -> 1.7.0 - webmock 3.26.2 -> 3.26.3 Solid Queue 1.7 adds job batches, which need new tables. That migration is optional until Solid Queue 2.0, so db/queue_schema.rb is unchanged; we can run `bin/rails solid_queue:update` when we want batches. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01PNRVeh6MQhhb6ShDUq35tn --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d7d7fa..d4558b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,7 @@ GEM regexp_parser (2.12.0) reline (0.7.0) io-console (~> 0.5) - resend (1.9.0) + resend (1.10.0) base64 httparty (>= 0.22.0) responders (3.2.0) @@ -440,7 +440,7 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - solid_queue (1.6.0) + solid_queue (1.7.0) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) @@ -479,7 +479,7 @@ GEM actionview (>= 8.0.0) bindex (>= 0.4.0) railties (>= 8.0.0) - webmock (3.26.2) + webmock (3.26.3) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0)