Skip to content

WIP: Update Kaminari to 1.0.1 and add kaminari-grape gem.

username-removed-386624 requested to merge cs-update-kaminari into master

This updates Kaminari from 0.17.0 to 1.0.1, which is a stable release. The gem dropped support for older versions of Rails and Ruby and split unnecessary functionality into separate gems (e.g. Mongoid support, Grape support, etc.)

Changelog: https://github.com/kaminari/kaminari/blob/011cd6c783d5165e0e542c2b3c1a9e0018631aab/CHANGELOG.md#101

kaminari-grape gem: https://github.com/kaminari/kaminari-grape

Merge request reports