Grab latest dependencies (#23)

Updates dependencies including latest Rails from main. Comes with two new depredations caused by https://github.com/rails/rails/pull/52422

Reviewed-on: #23
This commit is contained in:
Andrew Tomaka 2024-08-01 22:37:50 -04:00
parent a705b07d01
commit b8d928f4ea
8 changed files with 46 additions and 34 deletions

View file

@ -4,5 +4,5 @@
# Use this to limit dissemination of sensitive information.
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
Rails.application.config.filter_parameters += [
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
]