michaelbanfield / devise-pwned_password

Devise extension that checks user passwords against the PwnedPasswords dataset
https://rubygems.org/gems/devise-pwned_password
MIT License
156 stars 29 forks source link

💎 bumps Rails dependency to 5.2 #14

Closed kylekeesling closed 6 years ago

kylekeesling commented 6 years ago

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!

michaelbanfield commented 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.

kylekeesling commented 6 years ago

Ok great - thanks for letting me know!