From ce0c3e2d9326d71b6abd78c1ddf7d49bfc15d82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 05:07:34 +0000 Subject: [PATCH] Update brakeman requirement from = 6.0.1 to = 6.1.0 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.0.1...v6.1.0) --- 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 6ad4cfd..f03d3a1 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.0.1" + spec.add_dependency "brakeman", "6.1.0" spec.add_dependency "rubocop-rails", "2.22.2" end