From ef5b6e7ff2d0443d4a5051a3aa18f6e131ebd0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:46:52 +0000 Subject: [PATCH] Bump rubocop from 1.66.1 to 1.67.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.67.0. - [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.66.1...v1.67.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fac00ce..a4890da 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem "minitest", "~> 5.25" gem "rake", "~> 13.2" -gem "rubocop", "~> 1.66" +gem "rubocop", "~> 1.67" gem "rubocop-minitest", "~> 0.36" gem "rubocop-performance", "~> 1.22" gem "rubocop-rake", "~> 0.6" diff --git a/Gemfile.lock b/Gemfile.lock index 6490668..f5c15af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -51,7 +51,7 @@ DEPENDENCIES flatito! minitest (~> 5.25) rake (~> 13.2) - rubocop (~> 1.66) + rubocop (~> 1.67) rubocop-minitest (~> 0.36) rubocop-performance (~> 1.22) rubocop-rake (~> 0.6)