From f7a9fd41ca23d271642d8b781df7f5b985d560bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:13:57 +0100 Subject: [PATCH] Bump the ruby-dependencies group across 1 directory with 3 updates (#192) Bumps the ruby-dependencies group with 3 updates in the / directory: [minitest](https://github.com/minitest/minitest), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). 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.64.1 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.64.1...v1.65.1) Updates `rubocop-minitest` from 0.35.0 to 0.35.1 - [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.0...v0.35.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-minor dependency-group: ruby-dependencies - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 4 ++-- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index d22c5ef..7acaec7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,12 +6,12 @@ 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" gem "rake", "~> 13.2" - gem "rubocop", "~> 1.64" + gem "rubocop", "~> 1.65" gem "rubocop-minitest", "~> 0.35" gem "rubocop-rake", "~> 0.5" end diff --git a/Gemfile.lock b/Gemfile.lock index 7700814..eec287d 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,30 +26,30 @@ GEM minitest (>= 5.0) ruby-progressbar os (1.1.4) - parallel (1.25.1) - parser (3.3.3.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.64.1) + rubocop (1.65.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) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) 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.0) + rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -64,13 +64,13 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1) - minitest (~> 5.24) + minitest (~> 5.25) minitest-fail-fast (~> 0.1) minitest-macos-notification (~> 2.0) minitest-reporters (~> 1.7) plissken! rake (~> 13.2) - rubocop (~> 1.64) + rubocop (~> 1.65) rubocop-minitest (~> 0.35) rubocop-rake (~> 0.5)