Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring Ruby 2.5 and 2.6 support back #1108

Merged
merged 11 commits into from
Aug 31, 2024
Merged

Conversation

amatsuda
Copy link
Member

Before working on the next release, I'd like to revert some changes that just bumped the supported Ruby versions with no good reason.

a2750f5 made it possible to run the CI against older Rubies that were supported on the previous gem versioned 0.22.0. And now that the CI seems to be healthily working with all these Rubies, I don't see any good reason not to just keep them working.

I'm happy to bump minimum version to 2.7 or whatever if there's any benefit, for instance once we start depending on any useful Ruby 2.7 feature, but until then, let's just maintain what we already have.

This reverts commit 16d0420.
or rubygems would warn and so some tests would fail
this partially reverts 4480718
because Ruby 2.5 CI passes with the former but fails with the latter.
I don't want to introduce any new bug just for conforming RuboCop,
so let me disable the cop and revert the code back to what used to work.

This reverts 862c937 and partially
reverts 4480718.
@amatsuda amatsuda merged commit 0cfb880 into simplecov-ruby:main Aug 31, 2024
9 checks passed
@amatsuda amatsuda deleted the ruby25 branch August 31, 2024 06:08
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.

1 participant