From 78c3a8147607fb9229c36459bfb671eb86fb9418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:42:07 +0000 Subject: [PATCH 1/3] build(deps): bump minitest from 5.17.0 to 5.18.0 in /Library/Homebrew Bumps [minitest](https://github.com/seattlerb/minitest) from 5.17.0 to 5.18.0. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/compare/v5.17.0...v5.18.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 d65fbbe51c..a617414ae7 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -57,7 +57,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) mini_portile2 (2.8.1) - minitest (5.17.0) + minitest (5.18.0) msgpack (1.6.1) mustache (1.1.1) net-http-digest_auth (1.4.1) From 1514e99f4c053f78fa62fa2d511e50105839ccd3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:46:16 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 41804f3ce0..15dadbd751 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -25,7 +25,7 @@ kernel = (class << ::Kernel; self; end) 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.12.0/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.17.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.18.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.7/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.2/lib") From 5dd48e66434c3004d5c2e1587525a291a52edc85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:53:25 +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.17.0.rbi => minitest@5.18.0.rbi} | 2 ++ Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi | 4 ++++ 2 files changed, 6 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{minitest@5.17.0.rbi => minitest@5.18.0.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/minitest@5.17.0.rbi b/Library/Homebrew/sorbet/rbi/gems/minitest@5.18.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/minitest@5.17.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/minitest@5.18.0.rbi index 741aa1598d..038714d262 100644 --- a/Library/Homebrew/sorbet/rbi/gems/minitest@5.17.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/minitest@5.18.0.rbi @@ -69,6 +69,7 @@ module Minitest::Assertions def assert_operator(o1, op, o2 = T.unsafe(nil), msg = T.unsafe(nil)); end def assert_output(stdout = T.unsafe(nil), stderr = T.unsafe(nil)); end def assert_path_exists(path, msg = T.unsafe(nil)); end + def assert_pattern; end def assert_predicate(o1, op, msg = T.unsafe(nil)); end def assert_raises(*exp); end def assert_respond_to(obj, meth, msg = T.unsafe(nil)); end @@ -98,6 +99,7 @@ module Minitest::Assertions def refute_nil(obj, msg = T.unsafe(nil)); end def refute_operator(o1, op, o2 = T.unsafe(nil), msg = T.unsafe(nil)); end def refute_path_exists(path, msg = T.unsafe(nil)); end + def refute_pattern; end def refute_predicate(o1, op, msg = T.unsafe(nil)); end def refute_respond_to(obj, meth, msg = T.unsafe(nil)); end def refute_same(exp, act, msg = T.unsafe(nil)); end diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 94c8d12413..4a224ee2ac 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -4928,6 +4928,8 @@ module Minitest::Expectations def must_output(*args); end + def must_pattern_match(*args); end + def must_raise(*args); end def must_respond_to(*args); end @@ -4962,6 +4964,8 @@ module Minitest::Expectations def wont_match(*args); end + def wont_pattern_match(*args); end + def wont_respond_to(*args); end end