patricklindsay / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
http://wicegrid.herokuapp.com/
MIT License
33 stars 29 forks source link

Update kaminari dependency #78

Closed ccatterina closed 3 years ago

ccatterina commented 4 years ago

Hi, Kaminari v1.2.1, released last week, fixes a security issue (changelog) but I can't update it because wice_grid requires version ~> 1.1.0. Are you planning to update this dependency? Thanks

kreintjes commented 3 years ago

The lock on Kaminari has been loosened, so this gem won't block an update of Kaminari to v1.2.1 any longer: https://github.com/patricklindsay/wice_grid/pull/80.

This commit is currently in master and can be used by directly using the master branch of this fork: gem 'wice_grid', '~> 4.1', github: 'patricklindsay/wice_grid'.

Unfortunately I do not have the access to publish a new RubyGems version of this gem. Maybe @patricklindsay or @leikind can do that. Or give me access to do it.