Skip to content

Commit

Permalink
Bump secure_headers from 6.7.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [secure_headers](https://github.com/github/secure_headers) from 6.7.0 to 7.1.0.
- [Release notes](https://github.com/github/secure_headers/releases)
- [Changelog](https://github.com/github/secure_headers/blob/main/CHANGELOG.md)
- [Commits](github/secure_headers@v6.7.0...v7.1.0)

---
updated-dependencies:
- dependency-name: secure_headers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 4595bda commit 6b39aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'puma', '~> 6.5'
gem 'rack', '~> 2.2.10'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.1'
gem 'secure_headers', '~> 6.7'
gem 'secure_headers', '~> 7.1'
gem 'sentry-ruby', '~> 5.21'

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
secure_headers (6.7.0)
secure_headers (7.1.0)
securerandom (0.4.1)
sentry-ruby (5.21.0)
bigdecimal
Expand Down Expand Up @@ -293,7 +293,7 @@ DEPENDENCIES
rubocop (~> 1.68)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.3)
secure_headers (~> 6.7)
secure_headers (~> 7.1)
sentry-ruby (~> 5.21)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1)
Expand Down

0 comments on commit 6b39aad

Please sign in to comment.