Skip to content

Commit

Permalink
Bump brakeman from 6.2.2 to 7.0.0 (#680)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent a231cac commit ffd391d
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 @@ -62,7 +62,7 @@ gem "turbo-rails", "~> 2.0" # Hotwire's SPA-like page accelerator [https://turbo

group :development, :test do
gem "capybara", "~> 3.40"
gem "brakeman", "~> 6.2"
gem "brakeman", "~> 7.0"
gem "debug", "~> 1.9", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "rspec-rails", "~> 7.0"
gem "standard", "~> 1.40"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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)
capybara (3.40.0)
Expand Down Expand Up @@ -439,7 +439,7 @@ DEPENDENCIES
annotate (~> 3.2)
babosa (~> 2.0)
bootsnap (~> 1.18)
brakeman (~> 6.2)
brakeman (~> 7.0)
capybara (~> 3.40)
countries (~> 7.0)
debug (~> 1.9)
Expand Down

0 comments on commit ffd391d

Please sign in to comment.