From 7537bab72c6c232cf5751ff592c0e6c886f0c88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:33:07 +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] --- rubocop-govuk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop-govuk.gemspec b/rubocop-govuk.gemspec index a5f303b0..0280ec95 100644 --- a/rubocop-govuk.gemspec +++ b/rubocop-govuk.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake", "~> 13" - spec.add_dependency "rubocop", "1.63.4" + spec.add_dependency "rubocop", "1.63.5" spec.add_dependency "rubocop-ast", "1.31.3" spec.add_dependency "rubocop-rails", "2.24.1" spec.add_dependency "rubocop-rake", "0.6.0"