Skip to content

Commit

Permalink
Merge pull request #46 from fastjames/fastjames/chore/update_pwned_dep
Browse files Browse the repository at this point in the history
Update pwned dependency
  • Loading branch information
michaelbanfield authored Mar 23, 2024
2 parents e106a3d + 32f577c commit 20a6182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise-pwned_password.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "devise", "~> 4"
s.add_dependency "pwned", "~> 2.0.0"
s.add_dependency "pwned", "~> 2.4"

s.add_development_dependency "byebug"
s.add_development_dependency "capybara"
Expand Down

0 comments on commit 20a6182

Please sign in to comment.