From d8c3dba93afcf41c207ab3b44afe3871fddd02b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:17:37 +0000 Subject: [PATCH] Update rubocop requirement from = 1.60.0 to = 1.60.1 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.60.0...v1.60.1) --- 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 8b12f2cb..cd24a793 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.60.0" + spec.add_dependency "rubocop", "1.60.1" spec.add_dependency "rubocop-ast", "1.30.0" spec.add_dependency "rubocop-rails", "2.23.1" spec.add_dependency "rubocop-rake", "0.6.0"