Merge pull request #18075 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.25.1
This commit is contained in:
commit
277c4259fb
@ -27,7 +27,7 @@ GEM
|
||||
language_server-protocol (3.17.0.3)
|
||||
logger (1.6.0)
|
||||
method_source (1.1.0)
|
||||
minitest (5.25.0)
|
||||
minitest (5.25.1)
|
||||
netrc (0.11.0)
|
||||
parallel (1.26.3)
|
||||
parallel_tests (4.7.1)
|
||||
|
||||
@ -1134,7 +1134,7 @@ class Minitest::Runnable
|
||||
def test_order; end
|
||||
|
||||
# source://minitest//lib/minitest.rb#457
|
||||
def with_info_handler(reporter, handler, &block); end
|
||||
def with_info_handler(reporter, &block); end
|
||||
end
|
||||
end
|
||||
|
||||
@ -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/language_server-protocol-3.17.0.3/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/logger-1.6.0/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.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.25.1/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-4.7.1/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user