From 412ef48d9c6a0cb71a81d08f95ea72d04885db8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:51:11 +0000 Subject: [PATCH] Bump brakeman from 5.2.3 to 6.0.1 Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.2.3 to 6.0.1. - [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/v5.2.3...v6.0.1) --- updated-dependencies: - dependency-name: brakeman dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7b04ae478b5..07eb268f547 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ group :development, :test do gem "rubocop-govuk", "~> 4.3.0" # Static security scanner - gem "brakeman", "~> 5.2.3", require: false + gem "brakeman", "~> 6.0.1", require: false # Debugging gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index d8d45727645..4e362e7f25f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) - brakeman (5.2.3) + brakeman (6.0.1) builder (3.2.4) byebug (11.1.3) canonical-rails (0.2.14) @@ -574,7 +574,7 @@ DEPENDENCIES amazing_print better_html (>= 1.0.16) bootsnap (>= 1.16.0) - brakeman (~> 5.2.3) + brakeman (~> 6.0.1) byebug canonical-rails (>= 0.2.14) capybara (~> 3.39.1)