From 539bcdc838dec1249163687f89d17f4d45d8da8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:11:27 +0000 Subject: [PATCH] Bump the ruby-dependencies group across 1 directory with 2 updates Bumps the ruby-dependencies group with 2 updates in the / directory: [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop). Updates `minitest` from 5.24.1 to 5.25.1 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.1...v5.25.1) Updates `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: minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a7b5299..7acaec7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group :development do gem "byebug", "~> 11.1" - gem "minitest", "~> 5.24" + gem "minitest", "~> 5.25" gem "minitest-fail-fast", "~> 0.1" gem "minitest-macos-notification", "~> 2.0" gem "minitest-reporters", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 6c7ada1..e727fe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM byebug (11.1.3) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.24.1) + minitest (5.25.1) minitest-fail-fast (0.1.0) minitest (~> 5) minitest-macos-notification (2.0.0) @@ -26,17 +26,17 @@ GEM minitest (>= 5.0) ruby-progressbar os (1.1.4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) rexml (3.3.6) strscan - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -47,7 +47,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) @@ -65,7 +65,7 @@ PLATFORMS DEPENDENCIES awrence! byebug (~> 11.1) - minitest (~> 5.24) + minitest (~> 5.25) minitest-fail-fast (~> 0.1) minitest-macos-notification (~> 2.0) minitest-reporters (~> 1.7)