Update gems (resend, solid_queue, webmock) - #97
Merged
Conversation
- 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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PNRVeh6MQhhb6ShDUq35tn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Routine
bundle update:marcelshows as outdated (1.2.1 → 2.1.0) but is pinned by Active Storage, so it stays.Note on Solid Queue 1.7
1.7 adds job batches, which require new
solid_queue_batches/solid_queue_batch_executionstables and abatch_idcolumn onsolid_queue_jobs. Per the gem's UPGRADING.md that migration is optional until Solid Queue 2.0 — everything works as before without it — sodb/queue_schema.rbis left untouched here. When we want batches (or before 2.0), runbin/rails solid_queue:update && bin/rails db:migrate.Checks
bin/rubocop— 253 files, no offensesbin/brakeman— 0 security warningsbin/bundler-audit— no vulnerabilitiesbin/rails test— 438 runs, 916 assertions, 0 failures, 0 errors🤖 Generated with Claude Code
https://claude.ai/code/session_01PNRVeh6MQhhb6ShDUq35tn