From 6c44c9e77ec90b5880e5384f54603a8107dedb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:48:59 +0000 Subject: [PATCH] Update rubocop requirement from = 1.63.4 to = 1.63.5 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.4...v1.63.5) --- 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 0655278..a94907c 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.4" + spec.add_dependency "rubocop", "1.63.5" spec.add_dependency "rubocop-performance", "1.20.2" spec.add_dependency "rubocop-rspec", "2.29.2" end