From 03d239d6a6a77035abda67d0462b3e8d9997c17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:57:30 +0000 Subject: [PATCH] Update rubocop requirement from = 1.59.0 to = 1.60.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.59.0...v1.60.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 4740d349..8b12f2cb 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.59.0" + spec.add_dependency "rubocop", "1.60.0" spec.add_dependency "rubocop-ast", "1.30.0" spec.add_dependency "rubocop-rails", "2.23.1" spec.add_dependency "rubocop-rake", "0.6.0"