From 95ea0cbcd2ef3c82793831fdd011ee336ea6a567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:24:53 +0000 Subject: [PATCH] Bump rubocop from 1.65.0 to 1.65.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to 1.65.1. - [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.65.0...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 94c6d80..ddc7dc6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.2' gem 'rake-compiler', '~> 1.2' -gem 'rubocop', '1.65.0' +gem 'rubocop', '1.65.1' gem 'rubocop-minitest', '0.35.1' gem 'rubocop-packaging', '0.5.2' gem 'rubocop-performance', '1.21.1' diff --git a/Gemfile.lock b/Gemfile.lock index d9b4623..28c9203 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,9 +29,9 @@ GEM rake-compiler (1.2.7) rake regexp_parser (2.9.2) - rexml (3.3.2) + rexml (3.3.4) strscan - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -71,7 +71,7 @@ DEPENDENCIES minitest-reporters (~> 1.6) rake (~> 13.2) rake-compiler (~> 1.2) - rubocop (= 1.65.0) + rubocop (= 1.65.1) rubocop-minitest (= 0.35.1) rubocop-packaging (= 0.5.2) rubocop-performance (= 1.21.1)