Update all Ruby dependencies (#59)

Reviewed-on: #59
This commit is contained in:
Andrew Tomaka 2025-06-06 00:13:59 -04:00
parent 8ed6eabdb2
commit 295a5c0112
12 changed files with 155 additions and 62 deletions

View file

@ -20,6 +20,10 @@
# config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
# config.content_security_policy_nonce_directives = %w(script-src style-src)
#
# # Automatically add `nonce` to `javascript_tag`, `javascript_include_tag`, and `stylesheet_link_tag`
# # if the corresponding directives are specified in `content_security_policy_nonce_directives`.
# # config.content_security_policy_nonce_auto = true
#
# # Report violations without enforcing the policy.
# # config.content_security_policy_report_only = true
# end