update secure_headers to 6.3.2

closes #8151
This commit is contained in:
Jonne Haß 2021-04-11 14:35:09 +02:00
parent ee35ad3200
commit 8d7b866c87
2 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ gem "string-direction", "1.2.2"
# Security Headers # Security Headers
gem "secure_headers", "6.3.0" gem "secure_headers", "6.3.2"
# Services # Services

View file

@ -674,7 +674,7 @@ GEM
scss_lint (0.55.0) scss_lint (0.55.0)
rake (>= 0.9, < 13) rake (>= 0.9, < 13)
sass (~> 3.4.20) sass (~> 3.4.20)
secure_headers (6.3.0) secure_headers (6.3.2)
shellany (0.0.1) shellany (0.0.1)
shoulda-matchers (4.0.1) shoulda-matchers (4.0.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -904,7 +904,7 @@ DEPENDENCIES
ruby-oembed (= 0.12.0) ruby-oembed (= 0.12.0)
rubyzip (= 2.3.0) rubyzip (= 2.3.0)
sass-rails (= 5.0.7) sass-rails (= 5.0.7)
secure_headers (= 6.3.0) secure_headers (= 6.3.2)
shoulda-matchers (= 4.0.1) shoulda-matchers (= 4.0.1)
sidekiq (= 5.2.8) sidekiq (= 5.2.8)
sidekiq-cron (= 1.1.0) sidekiq-cron (= 1.1.0)