Closed kyrofa closed 2 months ago
Any time, @jturkel :) .
Should I comment out my tests against Rails edge, or do you think you'll be able to ship a release relatively soon so I can just let my colleagues' tests fail for a bit and laugh at them?
I'll get a 5.3.1 release out shortly
Thank you, sir :bow:
@kyrofa - 5.3.1 has been released with this fix. Thanks again.
Today this uses Ruby 2-era argument forwarding that doesn't separate out keyword arguments in Ruby 3. This PR fixes #157 by updating the forwarding technique to be compatible with Ruby 3.