From ff7632d68037b9d43b4ea646220513fe59e24030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:40:46 +0000 Subject: [PATCH] Update rubocop requirement from = 1.65.0 to = 1.67.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.0...v1.67.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panolint-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panolint-ruby.gemspec b/panolint-ruby.gemspec index 3ccea53..e63156d 100644 --- a/panolint-ruby.gemspec +++ b/panolint-ruby.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| # Pinned to latest versions and will be updated by Dependabot # so that code bases using panolint-ruby will get the latest versions - spec.add_dependency "rubocop", "1.65.0" + spec.add_dependency "rubocop", "1.67.0" spec.add_dependency "rubocop-performance", "1.21.1" spec.add_dependency "rubocop-rspec", "3.0.3" end