From ffd391d1f19c42745af5224a6a6188049a1c7967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:55:54 +0000 Subject: [PATCH] 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](https://github.com/presidentbeef/brakeman/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2a2a7c17..50aa478a 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ gem "turbo-rails", "~> 2.0" # Hotwire's SPA-like page accelerator [https://turbo group :development, :test do gem "capybara", "~> 3.40" - gem "brakeman", "~> 6.2" + gem "brakeman", "~> 7.0" gem "debug", "~> 1.9", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "rspec-rails", "~> 7.0" gem "standard", "~> 1.40" diff --git a/Gemfile.lock b/Gemfile.lock index 5ef747dc..b5d3cdf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) - brakeman (6.2.2) + brakeman (7.0.0) racc builder (3.3.0) capybara (3.40.0) @@ -439,7 +439,7 @@ DEPENDENCIES annotate (~> 3.2) babosa (~> 2.0) bootsnap (~> 1.18) - brakeman (~> 6.2) + brakeman (~> 7.0) capybara (~> 3.40) countries (~> 7.0) debug (~> 1.9)