From 001a9bb8984924f05e480f52b211ab981a3145ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:20:28 +0000 Subject: [PATCH 1/3] build(deps): bump minitest from 5.19.0 to 5.20.0 in /Library/Homebrew Bumps [minitest](https://github.com/minitest/minitest) from 5.19.0 to 5.20.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index abfae3839b..7dfe17b223 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -34,7 +34,7 @@ GEM regexp_parser (~> 2.0) simpleidn (~> 0.2) method_source (1.0.0) - minitest (5.19.0) + minitest (5.20.0) msgpack (1.7.2) mustache (1.1.1) parallel (1.23.0) From c35b049b3cd1615fce0597d24f9ccd686a128db0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:23:32 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- Library/Homebrew/vendor/gems/mechanize-2.9.1/mechanize-2.9.1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 Library/Homebrew/vendor/gems/mechanize-2.9.1/mechanize-2.9.1 diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 014863b7cb..02ab94bace 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -29,7 +29,7 @@ else end $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/i18n-1.14.1/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.19.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.20.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tzinfo-2.0.6/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/zeitwerk-2.6.11/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.6/lib") diff --git a/Library/Homebrew/vendor/gems/mechanize-2.9.1/mechanize-2.9.1 b/Library/Homebrew/vendor/gems/mechanize-2.9.1/mechanize-2.9.1 new file mode 120000 index 0000000000..5bcf45c9e8 --- /dev/null +++ b/Library/Homebrew/vendor/gems/mechanize-2.9.1/mechanize-2.9.1 @@ -0,0 +1 @@ +mechanize-2.9.1/ \ No newline at end of file From e5cbec7f15a63c858d159e95d4c5c14050a830a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:30:59 +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.19.0.rbi => minitest@5.20.0.rbi} | 2 ++ 1 file changed, 2 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{minitest@5.19.0.rbi => minitest@5.20.0.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/minitest@5.19.0.rbi b/Library/Homebrew/sorbet/rbi/gems/minitest@5.20.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/minitest@5.19.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/minitest@5.20.0.rbi index b32e18ae05..9357eb287b 100644 --- a/Library/Homebrew/sorbet/rbi/gems/minitest@5.19.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/minitest@5.20.0.rbi @@ -8,6 +8,8 @@ module Minitest class << self def __run(reporter, options); end def after_run(&block); end + def allow_fork; end + def allow_fork=(_arg0); end def autorun; end def backtrace_filter; end def backtrace_filter=(_arg0); end