From a50c599cb4f9279ec9d1641df007273aee87040e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:29:30 +0000 Subject: [PATCH] Update brakeman requirement from = 6.1.1 to = 6.1.2 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.1...v6.1.2) --- 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 3146498..be43a8b 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.1" + spec.add_dependency "brakeman", "6.1.2" spec.add_dependency "rubocop-rails", "2.23.1" end