Skip to content

Conversation

@davekaro
Copy link
Contributor

@davekaro davekaro commented Jan 8, 2026

Fixes #34

@mudge
Copy link

mudge commented Jan 12, 2026

Is it worth updating

ruby-versions: "2.7,3.0,3.1,3.2,3.3,3.4"
too so there is precompiled, native support for Ruby 4.0?

It might also be worth considering dropping some of the older Ruby ABI versions here to save space in the gems (and because I've found versions older than 3.1 to increasingly be a pain to compile in my own gems). Note that rake-compiler-dock 1.11.0 dropped support for Ruby 2.7.

As the Ruby versions seem to be passed to rake-compiler-dock's RakeCompilerDock.ruby_cc_version, this could be simplified to:

ruby-versions: "~> 3.0,~> 4.0"

@davekaro
Copy link
Contributor Author

Considering Ruby 3.1 has an end-of-life of 2025-03-26, I think it makes sense to drop 2.7 and 3.0, maybe even 3.1. But I'll defer to the maintainers.

@jonian jonian merged commit 5c34852 into hardpixel:master Jan 18, 2026
4 checks passed
@jonian
Copy link
Member

jonian commented Jan 18, 2026

Thanks for the contribution @davekaro!

As for dropping older versions support, I think I will keep it as it is for now and drop support for all EOL versions in the next release.

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.

Ruby 4.0 support

3 participants