From f1d9ee9d6c47305ea5606904a60d633067888d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:47:38 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group across 1 directory with 2 updates Bumps the patch-and-minor-dependencies group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `rubocop` from 1.60.2 to 1.66.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.60.2...v1.66.1) Updates `rubocop-performance` from 1.20.2 to 1.21.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.20.2...v1.21.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 3d6f242..fdebf9d 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem 'htmlbeautifier', '~> 1.4' gem 'pry', '~> 0.14.2' gem 'rake', '~> 13.1' - gem 'rubocop', '~> 1.60.2', require: false - gem 'rubocop-performance', '~> 1.20.2', require: false + gem 'rubocop', '~> 1.66.1', require: false + gem 'rubocop-performance', '~> 1.21.1', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index f444a16..f809217 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,22 +67,21 @@ GEM rexml (3.3.7) roda (3.83.0) rack - rubocop (1.60.2) + rubocop (1.66.1) 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) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.20.2) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) solargraph (0.50.0) @@ -123,8 +122,8 @@ DEPENDENCIES rackup (~> 2.1) rake (~> 13.1) roda (~> 3.76) - rubocop (~> 1.60.2) - rubocop-performance (~> 1.20.2) + rubocop (~> 1.66.1) + rubocop-performance (~> 1.21.1) solargraph (~> 0.50.0) BUNDLED WITH