Skip to content

Reintroduce support for Ruby 3.0#3729

Merged
robertcheramy merged 1 commit intomasterfrom
fix/3688-support-ruby3.0
Jan 19, 2026
Merged

Reintroduce support for Ruby 3.0#3729
robertcheramy merged 1 commit intomasterfrom
fix/3688-support-ruby3.0

Conversation

@robertcheramy
Copy link
Collaborator

Pre-Request Checklist

  • Passes rubocop code analysis (try rubocop --auto-correct)
  • Tests added or adapted (try rake test)
  • Changes are reflected in the documentation
  • User-visible changes appended to CHANGELOG.md

Description

Close #3688
Add a unit test for Struct.new, as I was wrong about the need for keyword_init.
Set minimal version of minitest for support of ruby 3.0 and fix minitest 6.0.1
Update code for Ruby 3.0

Add a unit test for Struct.new, as I was wrong about the need for keyword_init.
Close #3688
Set minimal version of minitest for support of ruby 3.0 and fix minitest
6.0.1
Update code for Ruby 3.0
@robertcheramy robertcheramy merged commit 9178723 into master Jan 19, 2026
14 checks passed
@robertcheramy robertcheramy deleted the fix/3688-support-ruby3.0 branch January 19, 2026 15:01
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.

Drop support for ruby 3.1

1 participant