Security: bump actionview, activesupport, mcp, uri#5
Open
technicalpickles wants to merge 1 commit into
Open
Conversation
Resolves security vulnerabilities in dependencies: - actionview: 8.0.2 -> 8.1.3 (GHSA-v55j-83pf-r9cq) - activesupport: 8.0.2 -> 8.1.3 (GHSA-2j26-frm8-cmj9, GHSA-89vf-4333-qx8v, GHSA-cg4j-q9v8-6v38) - mcp: 0.1.0 -> 0.9.2 (GHSA-qvqr-5cv7-wh35) - uri: 1.0.3 -> 1.1.1 (GHSA-j4pr-3wm6-xx2r) mcp 0.9.2 introduces stricter JSON Schema validation (draft-04): - required arrays must have at least 1 item; removed empty required: [] from PrintEnvTool and PackagesTool - InputSchema no longer exposes .properties/.required accessors; updated specs to use schema.to_h[:properties] / schema.to_h[:required] All 58 examples pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53d3955 to
320f12b
Compare
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
Security dependency updates to address known vulnerabilities. All 58 tests pass.
Gems Bumped
Compatibility Fixes (mcp 0.9.2)
mcp 0.9.2 introduced stricter JSON Schema (draft-04) validation and changed the InputSchema API:
required: []fromPrintEnvToolandPackagesTool(empty required arrays are invalid in draft-04)schema.to_h[:properties]/schema.to_h[:required]since the newInputSchemano longer exposes.properties/.requiredaccessor methodsTest Plan
bundle exec rspecpasses (58 examples, 0 failures)bundle exec rubocoppasses (37 files, no offenses)🤖 Generated with Claude Code