1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Kaminari supports ruby 2.3 and 2.4

This commit is contained in:
Akira Matsuda 2015-12-26 05:27:09 +09:00
parent feb320a191
commit 20450f64fc

View file

@ -27,7 +27,7 @@ The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper s
== Supported versions
* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.x, 2.2.x
* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4
* Rails 3.0, 3.1, 3.2, 4.0, 4.1, 4.2