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:
commit
a0457c3695
@ -34,7 +34,7 @@ GEM
|
|||||||
regexp_parser (~> 2.0)
|
regexp_parser (~> 2.0)
|
||||||
simpleidn (~> 0.2)
|
simpleidn (~> 0.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
minitest (5.18.1)
|
minitest (5.19.0)
|
||||||
msgpack (1.7.2)
|
msgpack (1.7.2)
|
||||||
mustache (1.1.1)
|
mustache (1.1.1)
|
||||||
parallel (1.23.0)
|
parallel (1.23.0)
|
||||||
|
|||||||
@ -214,6 +214,9 @@ class Minitest::Runnable
|
|||||||
def failures=(_arg0); end
|
def failures=(_arg0); end
|
||||||
def marshal_dump; end
|
def marshal_dump; end
|
||||||
def marshal_load(ary); end
|
def marshal_load(ary); end
|
||||||
|
def metadata; end
|
||||||
|
def metadata=(_arg0); end
|
||||||
|
def metadata?; end
|
||||||
def name; end
|
def name; end
|
||||||
def name=(o); end
|
def name=(o); end
|
||||||
def passed?; end
|
def passed?; end
|
||||||
@ -5051,8 +5051,6 @@ class Migrator
|
|||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
end
|
end
|
||||||
|
|
||||||
MiniTest = Minitest
|
|
||||||
|
|
||||||
module Minitest::Assertions
|
module Minitest::Assertions
|
||||||
def assert_mock(mock); end
|
def assert_mock(mock); end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -25,7 +25,7 @@ kernel = (class << ::Kernel; self; end)
|
|||||||
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/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/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/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/zeitwerk-2.6.9/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.4/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.4/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user