From 00bc3d3178b97f51f8719a21056c8b1ced9b1a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:29:18 +0000 Subject: [PATCH] Update brakeman requirement from = 6.1.2 to = 6.2.1 Updates the requirements on [brakeman](https://github.com/presidentbeef/brakeman) to permit the latest version. - [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.1.2...v6.2.1) --- updated-dependencies: - dependency-name: brakeman dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panolint-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panolint-rails.gemspec b/panolint-rails.gemspec index 853b8fa..7a7cbf7 100644 --- a/panolint-rails.gemspec +++ b/panolint-rails.gemspec @@ -17,6 +17,6 @@ Gem::Specification.new do |spec| `git ls-files -z`.split("\x0") end - spec.add_dependency "brakeman", "6.1.2" + spec.add_dependency "brakeman", "6.2.1" spec.add_dependency "rubocop-rails", "2.26.0" end