Shrine 3.7.1
Bug fixes
When initializing Shrine with the
activerecordplugin, under Bootsnap 1.24.5 and Ruby 3.4.5 this would raise an error:ArgumentError: wrong number of arguments (given 2, expected 1; required keyword: plugin)The seems to be triggered by a special combination of method signatures, where keyword arguments get converted into positional arguments under Bootsnap. To work around this issue, method signatures of some plugin methods have been updated.