Merge pull request #15767 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.19.0

build(deps): bump minitest from 5.18.1 to 5.19.0 in /Library/Homebrew
This commit is contained in:
Nanda H Krishna 2023-07-26 19:30:36 -04:00 committed by GitHub
commit a0457c3695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@ GEM
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.19.0)
msgpack (1.7.2)
mustache (1.1.1)
parallel (1.23.0)

View File

@ -214,6 +214,9 @@ class Minitest::Runnable
def failures=(_arg0); end
def marshal_dump; end
def marshal_load(ary); end
def metadata; end
def metadata=(_arg0); end
def metadata?; end
def name; end
def name=(o); end
def passed?; end

View File

@ -5051,8 +5051,6 @@ class Migrator
extend ::T::Private::Methods::SingletonMethodHooks
end
MiniTest = Minitest
module Minitest::Assertions
def assert_mock(mock); end
end

View File

@ -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.14.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.18.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/tzinfo-2.0.6/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/zeitwerk-2.6.9/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.4/lib")