From 2b3ad3782a8bf52f9d7e58fc64d5cf1e3b534a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:31:15 +0000 Subject: [PATCH] Bump the ruby-dependencies group with 2 updates Bumps the ruby-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop` from 1.65.1 to 1.66.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.65.1...v1.66.0) Updates `rubocop-minitest` from 0.35.1 to 0.36.0 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.35.1...v0.36.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 14 +++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 7acaec7..2d99d44 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do gem "minitest-macos-notification", "~> 2.0" gem "minitest-reporters", "~> 1.7" gem "rake", "~> 13.2" - gem "rubocop", "~> 1.65" - gem "rubocop-minitest", "~> 0.35" + gem "rubocop", "~> 1.66" + gem "rubocop-minitest", "~> 0.36" gem "rubocop-rake", "~> 0.5" end diff --git a/Gemfile.lock b/Gemfile.lock index e727fe4..663423e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,28 +34,24 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.6) - strscan - rubocop (1.65.1) + rubocop (1.66.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 (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-minitest (0.35.1) + rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0) - strscan (3.1.0) terminal-notifier (2.0.0) unicode-display_width (2.5.0) @@ -70,8 +66,8 @@ DEPENDENCIES minitest-macos-notification (~> 2.0) minitest-reporters (~> 1.7) rake (~> 13.2) - rubocop (~> 1.65) - rubocop-minitest (~> 0.35) + rubocop (~> 1.66) + rubocop-minitest (~> 0.36) rubocop-rake (~> 0.5) BUNDLED WITH