From c4e0b14358eed979f9c2d5a2d2eee8fd6407352d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 09:36:41 +0000 Subject: [PATCH] Bump brakeman from 7.1.1 to 7.1.2 Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 7.1.1 to 7.1.2. - [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/v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: brakeman dependency-version: 7.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8d8a106..13a7c4d 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end group :development do gem 'annotaterb', '~> 4.20', require: false - gem 'brakeman', '~> 7.1.1', require: false + gem 'brakeman', '~> 7.1.2', require: false gem 'rubocop', '~> 1.82.1', require: false gem 'rubocop-minitest', '~> 0.38.2', require: false gem 'rubocop-rails', '~> 2.34', require: false diff --git a/Gemfile.lock b/Gemfile.lock index d07954d..fd7a625 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM bindex (0.8.1) bootsnap (1.20.1) msgpack (~> 1.2) - brakeman (7.1.1) + brakeman (7.1.2) racc builder (3.3.0) capybara (3.40.0) @@ -376,7 +376,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.20) bootsnap (~> 1.20.1) - brakeman (~> 7.1.1) + brakeman (~> 7.1.2) capybara (~> 3.40.0) debug (~> 1.11.1) github_api (~> 0.19.0)