Closed kylekeesling closed 6 years ago
Hi Kyle,
I actually just merged #3 (havent published it to rubygems yet).
I think this should solve your problem without this change.
I'll publish it shortly but if you wanted to pick up the latest change in the meantime i think
gem 'devise-pwned_password', :git => 'git://github.com/michaelbanfield/devise-pwned_password.git'
should do the trick.
Ok great - thanks for letting me know!
wanted to use this in my app, but I'm using the Rails 5.2 RC and the current gemspec didn't support it. I went ahead and set the dependency to be <5.3 so that it could be successfully installed. It also looks like all the tests still pass, so I thought I'd share!