kaminari 1.2.2

Ruby gem: kaminari

Install This Version

Using gem command

gem install kaminari -v 1.2.2

In your Gemfile

gem 'kaminari', '~> 1.2.2'

Frequently Asked Questions

How do I upgrade to kaminari version 1.2.2?

To upgrade to this version, update your Gemfile:

gem 'kaminari', '~> 1.2.2'

Then run:

bundle update kaminari

Note: Review the release notes and changelog before upgrading to ensure compatibility with your application.

Other Versions