What's Changed
- document how to chain ERB for custom processors by @ashkulz in https://github.com/rails/sprockets/pull/807
- Drop base64 gem from dependency by @tricknotes in https://github.com/rails/sprockets/pull/810
- Add Ruby 3.3 to CI matrix by @m-nakamura145 in https://github.com/rails/sprockets/pull/799
- Bump rake version 13.2 or higher to suppress ostruct warnings by @yahonda in h...