bootstrap-ruby / will_paginate-bootstrap

Integrates the Twitter Bootstrap pagination component with will_paginate
MIT License
388 stars 160 forks source link

Deprecated Fixnum on Ruby v2.4.0+ #53

Closed Xosmond closed 2 years ago

Xosmond commented 6 years ago

https://github.com/bootstrap-ruby/will_paginate-bootstrap/blob/1a0d7b3af5a314f9046714c6356a750d0a6197e2/lib/bootstrap_pagination/bootstrap_renderer.rb#L11

Deprecated by Integer on Ruby 2.4.0+

Source: https://bugs.ruby-lang.org/issues/12005

acaporrini commented 6 years ago

I made a PR to fix it

https://github.com/bootstrap-ruby/will_paginate-bootstrap/pull/56

jalada commented 5 years ago

Looks like this is fixed in the undocumented 1.0.2 that's on RubyGems:

Screenshot 2019-06-28 at 09 49 41