HCLarsen / devise-uncommon_password

Devise extension to prevent users from using a common password.
MIT License
28 stars 20 forks source link

Remove Rails 7.x version restriction #59

Closed greenie closed 1 year ago

greenie commented 1 year ago

Fixes #58

Removed

It might be good to consider adding support for Appraisal in the future to make these kind of upgrades easier :)

HCLarsen commented 1 year ago

I much prefer having the minor version restriction. This allows me to test and ensure compatibility.