Skip to content

Commit 7c921f9

Browse files
Bump brakeman from 7.1.2 to 8.0.1
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 7.1.2 to 8.0.1. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](presidentbeef/brakeman@v7.1.2...v8.0.1) --- updated-dependencies: - dependency-name: brakeman dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2902faf commit 7c921f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444

4545
group :development do
4646
gem 'annotaterb', '~> 4.20', require: false
47-
gem 'brakeman', '~> 7.1.2', require: false
47+
gem 'brakeman', '~> 8.0.1', require: false
4848
gem 'rubocop', '~> 1.82.1', require: false
4949
gem 'rubocop-minitest', '~> 0.38.2', require: false
5050
gem 'rubocop-rails', '~> 2.34', require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
bindex (0.8.1)
8787
bootsnap (1.21.1)
8888
msgpack (~> 1.2)
89-
brakeman (7.1.2)
89+
brakeman (8.0.1)
9090
racc
9191
builder (3.3.0)
9292
capybara (3.40.0)
@@ -373,7 +373,7 @@ PLATFORMS
373373
DEPENDENCIES
374374
annotaterb (~> 4.20)
375375
bootsnap (~> 1.21.1)
376-
brakeman (~> 7.1.2)
376+
brakeman (~> 8.0.1)
377377
capybara (~> 3.40.0)
378378
debug (~> 1.11.1)
379379
github_api (~> 0.19.0)

0 commit comments

Comments
 (0)