PLA-1056: bump vulnerable gems (faraday, concurrent-ruby, nokogiri, json) - #8
Merged
alexstoick merged 3 commits intoAug 3, 2026
Conversation
…son) Clears open Dependabot alerts: faraday 1.10.6 (HIGH #80), concurrent-ruby 1.3.7 (#77-79), nokogiri 1.19.4 (#76), json 2.19.9 (#81). Lockfile-only patch/minor bumps within existing Gemfile constraints. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alexstoick
marked this pull request as ready for review
July 27, 2026 12:03
Gemfile.lock is BUNDLED WITH bundler 4.0.6, which requires Ruby >=3.2; the 2.7/3.0 matrix fails at bundler resolution before install (pre- existing on main, no recent main CI runs). Modern gems in the lockfile (nokogiri 1.19.x) also require >=3.2. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The previous hand-edit left stale CHECKSUMS entries (bundler 4 validates them; CI failed with exit 37). Regenerated with bundle lock --update concurrent-ruby faraday nokogiri json on ruby:3.3-slim + bundler 4.0.6. concurrent-ruby resolved to 1.3.8, faraday 1.10.6, nokogiri 1.19.4, json 2.19.9. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
vmakuh
approved these changes
Aug 3, 2026
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.
Lockfile-only patch/minor bumps within existing Gemfile constraints, clearing all open Dependabot alerts on this repo:
Linear: https://linear.app/rinsed/issue/PLA-1056
🤖 Generated with Claude Code