Upgrade Kaminari from 0.16.3 to 0.17.0.
Changelog: https://github.com/amatsuda/kaminari/blob/master/CHANGELOG.rdoc#0170 Deprecates num_pages in favor of total_pages and includes Rails 5 support.
Showing
... | ... | @@ -73,7 +73,7 @@ gem 'grape-entity', '~> 0.4.2' |
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
# Pagination | ||
gem "kaminari", "~> 0.16.3" | ||
gem "kaminari", "~> 0.17.0" | ||
# HAML | ||
gem "haml-rails", '~> 0.9.0' | ||
... | ... |
Please register or sign in to comment