.../gems/pwned-dd7754a624f5/lib/pwned/not_pwned_validator.rb:82: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
.../gems/rails-de853a296f56/activemodel/lib/active_model/errors.rb:373: warning: The called method `add' is defined here
ActiveModel::Errors#add only recently switched to kwargs, but this works with older Ruby and Rails.
Shush warnings on Ruby 2.7:
ActiveModel::Errors#add
only recently switched to kwargs, but this works with older Ruby and Rails.