Update Ruby to 4.0.6 and update gems - #90
Merged
Merged
Conversation
- Bump Ruby 4.0.3 -> 4.0.6 - bundle update: includes faraday 2.14.3, fixing CVE-2026-54297 (GHSA-98m9-hrrm-r99r) flagged by bundler-audit, which was failing the scan_ruby CI check on all open Dependabot PRs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J6rAaUbYuFz9YZrZTN6Pz2
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
.ruby-version; CI and Gemfile read from it)bundle updatefor all gems, notably:scan_ruby(bundler-audit) check on every open Dependabot PRDependabot
scan_rubybecause of the faraday advisory on main; rebase them after this merges and they should go greenVerification
bin/rubocop— 253 files, no offensesbin/brakeman— no warningsbin/bundler-audit— no vulnerabilitiesbin/rails test— 438 runs, 916 assertions, 0 failures🤖 Generated with Claude Code
https://claude.ai/code/session_01J6rAaUbYuFz9YZrZTN6Pz2