From 3d7b743ad237a9fe3754f23dbec86b380742d7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:14:07 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.63.0 to ~> 1.88.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.63.0...v1.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 43fff963..30194a78 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem "minitest", "~> 5.17" gem "minitest-focus", "~> 1.3" gem "rake" - gem "rubocop", "~> 1.63.0" + gem "rubocop", "~> 1.88.0" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.35.0" gem "rubocop-performance", "~> 1.21.0"