From d5e5c40bdd30c9b595a26c843732d8c308a1635e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:33:00 +0000 Subject: [PATCH] Update rubocop requirement from = 1.63.2 to = 1.63.4 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.63.2...v1.63.4) --- 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 41f9fe6..6cc6cc5 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.63.2" + spec.add_dependency "rubocop", "1.63.4" spec.add_dependency "rubocop-performance", "1.20.2" spec.add_dependency "rubocop-rspec", "2.29.1" end