Skip to content

fix: bump required Ruby version to 3.0+#14

Merged
jamsea merged 3 commits into
mainfrom
fix/bump-ruby-version-to-3.0
Mar 11, 2026
Merged

fix: bump required Ruby version to 3.0+#14
jamsea merged 3 commits into
mainfrom
fix/bump-ruby-version-to-3.0

Conversation

@jamsea

@jamsea jamsea commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps required_ruby_version from >= 2.7 to >= 3.0 in the gemspec to unblock Dependabot from resolving faraday >= 2.9.0 (fixes SSRF vulnerability in Dependabot alert #9)
  • Adds Ruby 3.2 and 3.3 to the CI test matrix (3.0 and 3.1 are EOL)

Test plan

  • bundle install resolves successfully
  • All 750 RSpec tests pass
  • CI passes on Ruby 3.0, 3.1, 3.2, and 3.3
  • Dependabot can now resolve the faraday SSRF vulnerability

🤖 Generated with Claude Code

…rability

Faraday >= 2.9.0 requires Ruby >= 3.0, which prevented Dependabot from
resolving the SSRF fix. Bumps required_ruby_version from 2.7 to 3.0 and
adds Ruby 3.2/3.3 to the CI matrix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DominicStewart DominicStewart self-requested a review March 11, 2026 01:55

@DominicStewart DominicStewart left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DominicStewart DominicStewart self-requested a review March 11, 2026 01:57

@DominicStewart DominicStewart left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jamsea jamsea merged commit fda62b7 into main Mar 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants