Skip to content

Commit

Permalink
Bump secure_headers from 6.7.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [secure_headers](https://github.com/twitter/secureheaders) from 6.7.0 to 7.0.0.
- [Release notes](https://github.com/twitter/secureheaders/releases)
- [Changelog](https://github.com/github/secure_headers/blob/main/CHANGELOG.md)
- [Commits](github/secure_headers@v6.7.0...v7.0.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 Nov 8, 2024
1 parent b26240f commit 2e5e3af
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.4'
gem 'rack', '~> 2.2.8'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.1'
gem 'secure_headers', '~> 6.7'
gem 'secure_headers', '~> 7.0'
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 @@ -236,7 +236,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
secure_headers (6.7.0)
secure_headers (7.0.0)
securerandom (0.3.1)
sentry-ruby (5.21.0)
bigdecimal
Expand Down Expand Up @@ -295,7 +295,7 @@ DEPENDENCIES
rubocop (~> 1.66)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2)
secure_headers (~> 6.7)
secure_headers (~> 7.0)
sentry-ruby (~> 5.21)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1)
Expand Down

0 comments on commit 2e5e3af

Please sign in to comment.