Skip to content

Commit

Permalink
Bump brakeman from 5.2.3 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.2.3 to 6.0.1.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v5.2.3...v6.0.1)

---
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 Nov 1, 2023
1 parent 626bf3e commit 412ef48
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 @@ -118,7 +118,7 @@ group :development, :test do
gem "rubocop-govuk", "~> 4.3.0"

# Static security scanner
gem "brakeman", "~> 5.2.3", require: false
gem "brakeman", "~> 6.0.1", require: false

# Debugging
gem "pry-byebug"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (5.2.3)
brakeman (6.0.1)
builder (3.2.4)
byebug (11.1.3)
canonical-rails (0.2.14)
Expand Down Expand Up @@ -574,7 +574,7 @@ DEPENDENCIES
amazing_print
better_html (>= 1.0.16)
bootsnap (>= 1.16.0)
brakeman (~> 5.2.3)
brakeman (~> 6.0.1)
byebug
canonical-rails (>= 0.2.14)
capybara (~> 3.39.1)
Expand Down

0 comments on commit 412ef48

Please sign in to comment.