Merge pull request #13515 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.16.2

build(deps): bump minitest from 5.16.1 to 5.16.2 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2022-07-05 11:56:56 +01:00 committed by GitHub
commit 1816c7d8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.16.1)
minitest (5.16.2)
msgpack (1.5.3)
mustache (1.1.1)
net-http-digest_auth (1.4.1)

View File

@ -293,7 +293,7 @@ class Minitest::Test < ::Minitest::Runnable
def capture_exceptions; end
def class_name; end
def neuter_exception(e); end
def new_exception(klass, msg, bt); end
def new_exception(klass, msg, bt, kill = T.unsafe(nil)); end
def run; end
def sanitize_exception(e); end
def with_info_handler(&block); end

View File

@ -5,7 +5,7 @@ ruby_version = RbConfig::CONFIG["ruby_version"]
path = File.expand_path('..', __FILE__)
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/i18n-1.10.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/minitest-5.16.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/minitest-5.16.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tzinfo-2.0.4/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/zeitwerk-2.6.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/activesupport-6.1.6/lib"