What's Changed
- Ruby 3.4 compatibility: fix running with
RUBYOPT="--enable-frozen-string-literal"by @jdelStrother in https://github.com/mislav/will_paginate/pull/651 - CI: test with Ruby 3.3, Rails 7.1 by @mislav in https://github.com/mislav/will_paginate/pull/659
- CI: Update GitHub Actions using dependabot by @olleolleolle in https://github.com/mislav/will_paginate/pull/653
- Bump act...