Closed DannyBen closed 2 years ago
Hi, thanks for the report. This issue is actually already fixed in main
- I'll make a patch release ASAP with the fix.
Please note that Ruby 3.x support is still patchy. It seems like most things work, but some adapters are failing in CI at present.
I've just done a 1.5.1 release with the fix - if you're still seeing issues with the File adapter, please re-open the ticket.
It seems like something is broken in 1.5.0.
Running the simplest example from the README:
fails with `configure': wrong number of arguments (given 1, expected 0) (ArgumentError)
When pinning to 1.4.2, it works.