mongoid / mongoid-slug

Generates a URL slug/permalink based on fields in a Mongoid-based model.
https://github.com/mongoid/mongoid-slug
MIT License
492 stars 164 forks source link

Drop support for Mongoid 6 and Ruby 2.4 #270

Closed johnnyshields closed 3 years ago

johnnyshields commented 3 years ago

Fixes https://github.com/mongoid/mongoid-slug/issues/267

This PR drops support for:

Note that Ruby 2.4 and earlier are EOL.

dblock commented 3 years ago

Do we have to? I mean is there anything broken on 6 rn that adds to maintenance or anything we want to deprecate? I use 6 all over the place still for one ;)