Update dependency brakeman to v8 (#37673)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-02 11:27:38 +01:00
committed by GitHub
parent 1100035af4
commit 89be2030d4
2 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ group :development do
gem 'letter_opener_web', '~> 3.0'
# Security analysis CLI tools
gem 'brakeman', '~> 7.0', require: false
gem 'brakeman', '~> 8.0', require: false
gem 'bundler-audit', '~> 0.9', require: false
# Linter CLI for HAML files

View File

@@ -131,7 +131,7 @@ GEM
blurhash (0.1.8)
bootsnap (1.20.1)
msgpack (~> 1.2)
brakeman (7.1.2)
brakeman (8.0.1)
racc
browser (6.2.0)
builder (3.3.0)
@@ -950,7 +950,7 @@ DEPENDENCIES
binding_of_caller (~> 1.0)
blurhash (~> 0.1)
bootsnap
brakeman (~> 7.0)
brakeman (~> 8.0)
browser
bundler-audit (~> 0.9)
capybara (~> 3.39)