Merge pull request #13452 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.16.1
build(deps): bump minitest from 5.16.0 to 5.16.1 in /Library/Homebrew
This commit is contained in:
commit
8682248fbe
@ -56,7 +56,7 @@ GEM
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2022.0105)
|
||||
mini_portile2 (2.8.0)
|
||||
minitest (5.16.0)
|
||||
minitest (5.16.1)
|
||||
msgpack (1.5.2)
|
||||
mustache (1.1.1)
|
||||
net-http-digest_auth (1.4.1)
|
||||
|
||||
@ -3526,7 +3526,7 @@ class Object
|
||||
|
||||
def __send!(*arg); end
|
||||
|
||||
def stub(name, val_or_callable, *block_args, **block_kwargs); end
|
||||
def stub(name, val_or_callable, *block_args, **block_kwargs, &block); end
|
||||
|
||||
def to_yaml(options=T.unsafe(nil)); end
|
||||
ARGF = ::T.let(nil, ::T.untyped)
|
||||
|
||||
@ -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.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/minitest-5.16.1/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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user