Skip to content

Conversation

@Greg-Myers-SB
Copy link

Problem

Can't use ruby 4.

Solution

No upper limit

Copilot AI review requested due to automatic review settings December 30, 2025 15:24
@Greg-Myers-SB Greg-Myers-SB requested a review from a team as a code owner December 30, 2025 15:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the upper limit constraint on the Ruby version requirement to enable compatibility with Ruby 4 and future versions. The gemspec previously restricted the gem to Ruby versions between 3.1 and 3.5, which would prevent usage with Ruby 4.

Key Changes:

  • Simplified required_ruby_version from an array with min/max constraints to a single minimum version requirement
  • Removed trailing whitespace in the version string

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@addersuk addersuk left a comment

Choose a reason for hiding this comment

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

We are working on this and we only support versions where we have CI running
#112

@Greg-Myers-SB
Copy link
Author

Closed by #112

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.

3 participants