Fix failing Dependabot CI: bump rails to 8.1.3.1 and land the minor-and-patch group - #93
Merged
Merged
Conversation
Bumps the minor-and-patch group with 4 updates in the / directory: [solid_queue](https://github.com/rails/solid_queue), [solid_cable](https://github.com/rails/solid_cable), [pagy](https://github.com/ddnexus/pagy) and [csv](https://github.com/ruby/csv). Updates `solid_queue` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.4.0...v1.5.0) Updates `solid_cable` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/rails/solid_cable/releases) - [Commits](rails/solid_cable@v4.0.0...v4.0.2) Updates `pagy` from 43.6.0 to 43.6.1 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](ddnexus/pagy@43.6.0...43.6.1) Updates `csv` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](ruby/csv@v3.3.5...v3.3.6) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: solid_cable dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pagy dependency-version: 43.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: csv dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
`bin/bundler-audit` was failing CI on the Dependabot group PR (#92): activestorage 8.1.3 is affected by CVE-2026-66066 (arbitrary file read and remote code execution in variant processing), fixed in 8.1.3.1. Ran `bundle update rails`, which also picks up the transitive bumps that came with the Dependabot group update. Verified: bin/rubocop, erb_lint, bin/brakeman, bin/bundler-audit, and bin/rails test (438 runs, 916 assertions, 0 failures) all pass. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GFnQcLwkMc3z1HqPZTb5V2
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.
Problem
Dependabot PR #92 (
minor-and-patchgroup) was red: thescan_rubyjob failed onbin/bundler-audit.The lockfile bumps themselves were fine — the failure came from a Rails advisory that also affects
main:Dependabot's PR could never go green on its own, since it doesn't touch Rails.
Changes
9c3976a— the Dependabot group update, cherry-picked with authorship preserved:solid_queue1.4.0 → 1.5.0,solid_cable4.0.0 → 4.0.2,pagy43.6.0 → 43.6.1,csv3.3.5 → 3.3.6 (plus transitive bumps).25eee9a—bundle update rails, taking the Rails stack from 8.1.3 to 8.1.3.1 and clearing CVE-2026-66066.Lockfile-only; no application code changed.
Verification
bin/rubocop— 253 files, no offensesbundle exec erb_lint --lint-all— no errorsbin/brakeman --no-pager— 0 security warningsbin/bundler-audit— no vulnerabilities (against a freshly updated advisory DB)bin/rails db:test:prepare test— 438 runs, 916 assertions, 0 failures, 0 errors, 0 skipsSupersedes #92, which should be closed once this lands.
🤖 Generated with Claude Code
https://claude.ai/code/session_01GFnQcLwkMc3z1HqPZTb5V2