From 0981866ef9ea8ceb3120ecad31327c1252e815cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:35:20 +0000 Subject: [PATCH] Bump rubocop from 1.60.2 to 1.63.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.63.4. - [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.60.2...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index ca598b7..b0e617f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development, :test do gem 'pry', '~> 0.14.1' gem 'pry-byebug', '~> 3.9' gem 'rake', '~> 13.1' - gem 'rubocop', '~> 1.60' + gem 'rubocop', '~> 1.63' gem 'rubocop-minitest', '~> 0.34.5' gem 'rubocop-performance', '~> 1.20' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index b0847e4..546cb66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,13 +33,13 @@ GEM hashdiff (1.1.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) method_source (1.0.0) minitest (5.21.2) mutex_m (0.2.0) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -54,7 +54,7 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.60.2) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -62,11 +62,11 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-minitest (0.34.5) rubocop (>= 1.39, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) @@ -102,7 +102,7 @@ DEPENDENCIES pry (~> 0.14.1) pry-byebug (~> 3.9) rake (~> 13.1) - rubocop (~> 1.60) + rubocop (~> 1.63) rubocop-minitest (~> 0.34.5) rubocop-performance (~> 1.20) rubocop-rake (~> 0.6.0)