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 Dec 31, 2024
1 parent 9587ad5 commit f844e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ group :development, :test do
gem "dotenv-rails", "~> 3.1"
gem "lookbook", "~> 2.3"

gem "brakeman", "~> 6.2", require: false
gem "brakeman", "~> 7.0", require: false

# used to find n+1 queries
gem "prosopite", "~> 1.4"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
msgpack
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.2.2)
brakeman (7.0.0)
racc
browser (6.2.0)
builder (3.3.0)
Expand Down Expand Up @@ -889,7 +889,7 @@ DEPENDENCIES
bcrypt (~> 3.1)
better_html (~> 2.1)
bootsnap (~> 1.18)
brakeman (~> 6.2)
brakeman (~> 7.0)
browser (~> 6.2)
capybara (~> 3.40)
chartkick (~> 5.1)
Expand Down Expand Up @@ -1042,7 +1042,7 @@ CHECKSUMS
bitarray (1.2.0) sha256=7f9f31fadbd87bf51544cf13058e81cd6ec408ff40f127902cef3d6767b23f11
bloomer (1.0.0) sha256=57a0d3a78628db9a92c6723f06c67697e420abcdb05aa757c6dfae607251d272
bootsnap (1.18.4) sha256=ac4c42af397f7ee15521820198daeff545e4c360d2772c601fbdc2c07d92af55
brakeman (6.2.2) sha256=d502d653699f4d451b21225ff4d19a9ec9345d23eaab5576e246185ffd7bf618
brakeman (7.0.0) sha256=1a0122b0c70f17519a61548a53a332c0acc19e3aa10b445e15e025a4b13b8577
browser (6.2.0) sha256=281d5295788825c9396427c292c2d2be0a5c91875c93c390fde6e5d61a5ace2d
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
byebug (11.1.3) sha256=2485944d2bb21283c593d562f9ae1019bf80002143cc3a255aaffd4e9cf4a35b
Expand Down

0 comments on commit f844e6c

Please sign in to comment.