norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

Add Rails 7 to CI matrix #984

Closed alejandroperea closed 2 years ago

alejandroperea commented 2 years ago

Rails 7.0 was released. This PR adds it to the CI Matrix, excluding Ruby 2.5 and 2.6 because the minimum version of Ruby required for Rails 7 is 2.7.

parndt commented 2 years ago

Thanks!