From 55c8824abcbbf95f7ca1c277d35e2b9b0c87a431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:52:42 +0000 Subject: [PATCH 1/3] build(deps-dev): bump minitest in /Library/Homebrew Bumps [minitest](https://github.com/minitest/minitest) from 5.25.4 to 5.25.5. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.4...v5.25.5) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 31d6061e76..7fef2e9785 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -28,7 +28,7 @@ GEM lint_roller (1.1.0) logger (1.6.6) method_source (1.1.0) - minitest (5.25.4) + minitest (5.25.5) netrc (0.11.0) parallel (1.26.3) parallel_tests (5.1.0) @@ -160,7 +160,6 @@ GEM PLATFORMS aarch64-linux - arm-linux arm64-darwin x86_64-darwin x86_64-linux From e795b9a952097660c9e82f88f70363831538445c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:59:27 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 1 + Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 7fef2e9785..de93461edb 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -160,6 +160,7 @@ GEM PLATFORMS aarch64-linux + arm-linux arm64-darwin x86_64-darwin x86_64-linux diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index e6dfc29236..2bdb41cd6b 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -60,7 +60,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/lint_roller-1.1.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/logger-1.6.6/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/method_source-1.1.0/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.25.4/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.25.5/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/netrc-0.11.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.26.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-5.1.0/lib") From 3a915b48abc61b4a583b1227f5f793ef0d62f09f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:59:36 +0000 Subject: [PATCH 3/3] Update RBI files for minitest. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../rbi/gems/{minitest@5.25.4.rbi => minitest@5.25.5.rbi} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{minitest@5.25.4.rbi => minitest@5.25.5.rbi} (100%) diff --git a/Library/Homebrew/sorbet/rbi/gems/minitest@5.25.4.rbi b/Library/Homebrew/sorbet/rbi/gems/minitest@5.25.5.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/minitest@5.25.4.rbi rename to Library/Homebrew/sorbet/rbi/gems/minitest@5.25.5.rbi index 429fb3673c..f47a1481f3 100644 --- a/Library/Homebrew/sorbet/rbi/gems/minitest@5.25.4.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/minitest@5.25.5.rbi @@ -1338,8 +1338,8 @@ end # # source://minitest//lib/minitest/test.rb#10 class Minitest::Test < ::Minitest::Runnable - include ::Minitest::Assertions include ::Minitest::Reportable + include ::Minitest::Assertions include ::Minitest::Test::LifecycleHooks include ::Minitest::Guard extend ::Minitest::Guard