Skip to content

Commit

Permalink
Bump brakeman from 6.2.2 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 6.2.2 to 7.0.0.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v6.2.2...v7.0.0)

---
updated-dependencies:
- dependency-name: brakeman
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent bf8ce6e commit 2518bb3
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 @@ -69,7 +69,7 @@ group :development do
end

group :test do
gem "brakeman", "~> 6", require: false
gem "brakeman", "~> 7", require: false
gem "bundler-audit", "~> 0"
gem "factory_bot_rails", "~> 6"
gem "rails-controller-testing", "~> 1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.2.2)
brakeman (7.0.0)
racc
builder (3.3.0)
bundler-audit (0.9.2)
Expand Down Expand Up @@ -542,7 +542,7 @@ DEPENDENCIES
awesome_print
bcrypt (~> 3)
bootsnap (>= 1)
brakeman (~> 6)
brakeman (~> 7)
bundler-audit (~> 0)
debug (~> 1)
dotenv-rails
Expand Down

0 comments on commit 2518bb3

Please sign in to comment.