Skip to content

Update kaminari to 1.2.2

Matthias Käppler requested to merge 372336-kaminari-1.22 into master

What does this MR do and why?

This is to support the Ruby 3 migration.

See #372336 (closed)

Changes:

  • Restored path_to_next_url helper that was accidentally deleted in v1.2.0 #1027 [@ryym]
  • Fixed invalid link tag HTML output from rel_next_prev_link_tags helper #1045 (closed) [@dlackty]
  • Fixed Errno::ENOENT error for views generator on Ruby 3 #1050 (closed) [@ar31an]
  • Suppress warnings about keyword args on Ruby 2.7 #1053 (closed) [@mishina]

https://my.diffend.io/gems/kaminari/1.2.1/1.2.2

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #372336 (closed)

Edited by Matthias Käppler

Merge request reports

Loading