From b0a47bfa17c6b49c1617d3cb8b93f468debd3c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:33:46 +0000 Subject: [PATCH] Update rubocop-rails requirement from = 2.26.2 to = 2.27.0 Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.26.2...v2.27.0) --- updated-dependencies: - dependency-name: rubocop-rails 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 3ec99f4..748cbcb 100644 --- a/rubocop-govuk.gemspec +++ b/rubocop-govuk.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.add_dependency "rubocop", "1.67.0" spec.add_dependency "rubocop-ast", "1.32.3" spec.add_dependency "rubocop-capybara", "2.21.0" - spec.add_dependency "rubocop-rails", "2.26.2" + spec.add_dependency "rubocop-rails", "2.27.0" spec.add_dependency "rubocop-rake", "0.6.0" spec.add_dependency "rubocop-rspec", "3.1.0" end