From bf5f40180cdd7c1a75b37cc0a2b1c6f6e142e0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:23:17 +0000 Subject: [PATCH] Bump rubocop from 1.64.1 to 1.65.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.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.64.1...v1.65.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d7c6012..9f59f36 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gemspec gem 'minitest', '~> 5.24' gem 'rake', '~> 13.1' -gem 'rubocop', '~> 1.64' +gem 'rubocop', '~> 1.65' gem 'rubocop-minitest', '~> 0.35.1' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7ad2234..d4830a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,13 +20,13 @@ GEM regexp_parser (2.9.2) rexml (3.3.1) strscan - rubocop (1.64.1) + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) @@ -49,7 +49,7 @@ DEPENDENCIES human_languages! minitest (~> 5.24) rake (~> 13.1) - rubocop (~> 1.64) + rubocop (~> 1.65) rubocop-minitest (~> 0.35.1) rubocop-rake (~> 0.6.0)