Merge pull request #16468 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.21.1

build(deps-dev): bump minitest from 5.20.0 to 5.21.1 in /Library/Homebrew
This commit is contained in:
Patrick Linnane 2024-01-12 09:48:24 -08:00 committed by GitHub
commit 3b80d8aabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 235 additions and 198 deletions

View File

@ -35,7 +35,7 @@ GEM
simpleidn (~> 0.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.1)
msgpack (1.7.2)
mustache (1.1.1)
netrc (0.11.0)

View File

@ -6331,6 +6331,8 @@ end
class Net::HTTPAlreadyReported
end
Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPClientException
Net::HTTPClientErrorCode = Net::HTTPClientError
class Net::HTTPEarlyHints

View File

@ -29,7 +29,7 @@ else
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.20.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.21.1/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.12/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.6/lib")