Update kaminari to 1.2.2
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #372336 (closed)
Edited by Matthias Käppler