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.5

[ci skip]
This commit is contained in:
Akira Matsuda 2017-01-13 17:15:54 +09:00
parent 01ec38a1ca
commit c516f66109

View file

@ -30,7 +30,7 @@ The pagination helper outputs the HTML5 `<nav>` tag by default. Plus, the helper
## Supported Versions
* Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4
* Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x, 2.5
* Rails 4.1, 4.2, 5.0, 5.1