Closed andyundso closed 1 year ago
@andyundso this looks really nice!
@aharpervc will probably be the one to review it.
This is cool... very exciting. Are you able to also do any of the suggestions here? At least having build artifacts for this would be great to get more people for testing.
Would be great to get this as I assume many (as us) are planning moving to v3 soon.
Please add also 3.1 and 3.2.
As long as things are still moving here, I created a fork with support for Ruby 3.0, 3.1 and 3.2, including a fat gem for Windows.
Thank you!
Replaced with #530.
This PR adds support for Ruby 3.0. It needed a couple of changes, including a few that are technically for Ruby 2.5 support.
bundle exec rake gem:windows
, but this failed with a Rake error that it is unable to find this task. I updated the Rake task in this project to match the example from therake-compiler-dock
docs, which made the build start.I tested the changes against a project of mine. It's a "traditional" Rails v6.1 application using 6.1.2.1. I ran our CI with a version of the gem build based on my changes and everything is green with the following combinations:
Credits to @bryanwieg for the initial work in #521.