chore(deps-dev): Bump concurrent-ruby and json for security advisories - #258
Conversation
bundler-audit fails on master because of advisories against the locked versions of two development dependencies: - concurrent-ruby 1.3.6 (via steep): CVE-2026-54904, CVE-2026-54905, CVE-2026-54906, fixed in >= 1.3.7 - json 2.19.4 (via rubocop, steep): CVE-2026-54696, fixed in >= 2.19.9 Update only these two with `bundle update --conservative`, to concurrent-ruby 1.3.8 and json 2.21.2. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The
bundler-auditjob (Security workflow) has been failing onmastersince at least 2026-08-24. The advisories are against the locked versions of two development dependencies:concurrent-rubyjsonThis PR updates only these two, with
bundle update --conservative concurrent-ruby json:concurrent-ruby1.3.6 → 1.3.8json2.19.4 → 2.21.2Gemfile.lockis the only file changed (2 lines).Verification
Run locally on Ruby 3.3:
bundle audit check --update: No vulnerabilities foundrake test: 856 runs, 0 failures, 0 errorsrake standard: passesThis also turns the
bundler-auditcheck green on #257, which failed for this reason only.🤖 Generated with Claude Code
Generated by Claude Code