From 210aac4f30555fe376f4cf855c31de91d0bb783c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:59:16 +0000 Subject: [PATCH] Update rubocop requirement from = 1.58.0 to = 1.59.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.58.0...v1.59.0) --- 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 c5f2d333..9c83b168 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.58.0" + spec.add_dependency "rubocop", "1.59.0" spec.add_dependency "rubocop-ast", "1.30.0" spec.add_dependency "rubocop-rails", "2.22.2" spec.add_dependency "rubocop-rake", "0.6.0"