Merge pull request #16469 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.11.16

build(deps-dev): bump tapioca from 0.11.15 to 0.11.16 in /Library/Homebrew
This commit is contained in:
Patrick Linnane 2024-01-12 09:47:26 -08:00 committed by GitHub
commit 4bc0bf7b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

@ -157,7 +157,7 @@ GEM
stackprof (0.2.25)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.11.15)
tapioca (0.11.16)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)

View File

@ -6420,6 +6420,8 @@ Net::HTTPResponseReceiver = Net::HTTPResponse
Net::HTTPRetriableCode = Net::HTTPRedirection
Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError
Net::HTTPServerErrorCode = Net::HTTPServerError
Net::HTTPSession = Net::HTTP

View File

@ -122,5 +122,5 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.25/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.34/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.8.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.11.15/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.11.16/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.3.0/lib")