Skip to content

Commit ffd391d

Browse files
Bump brakeman from 6.2.2 to 7.0.0 (#680)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a231cac commit ffd391d

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
@@ -62,7 +62,7 @@ gem "turbo-rails", "~> 2.0" # Hotwire's SPA-like page accelerator [https://turbo
6262

6363
group :development, :test do
6464
gem "capybara", "~> 3.40"
65-
gem "brakeman", "~> 6.2"
65+
gem "brakeman", "~> 7.0"
6666
gem "debug", "~> 1.9", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
6767
gem "rspec-rails", "~> 7.0"
6868
gem "standard", "~> 1.40"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
bindex (0.8.1)
110110
bootsnap (1.18.4)
111111
msgpack (~> 1.2)
112-
brakeman (6.2.2)
112+
brakeman (7.0.0)
113113
racc
114114
builder (3.3.0)
115115
capybara (3.40.0)
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
annotate (~> 3.2)
440440
babosa (~> 2.0)
441441
bootsnap (~> 1.18)
442-
brakeman (~> 6.2)
442+
brakeman (~> 7.0)
443443
capybara (~> 3.40)
444444
countries (~> 7.0)
445445
debug (~> 1.9)

0 commit comments

Comments
 (0)