Merge pull request #10931 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.19

build(deps): bump tapioca from 0.4.18 to 0.4.19 in /Library/Homebrew
This commit is contained in:
Bo Anderson 2021-03-25 14:57:46 +00:00 committed by GitHub
commit 2f302f9696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -149,7 +149,7 @@ GEM
sorbet (~> 0.5.5)
sorbet-runtime
thor (>= 0.19.2)
tapioca (0.4.18)
tapioca (0.4.19)
bundler (>= 1.17.3)
parlour (>= 2.1.0)
pry (>= 0.12.2)

View File

@ -554,6 +554,8 @@ module Tapioca::GenericTypeRegistry
private
sig { params(constant: Module, name: String).returns(Module) }
def create_generic_type(constant, name); end
sig { params(constant: Module).returns(T::Hash[Integer, String]) }
def lookup_or_initialize_type_variables(constant); end
sig { params(constant: Module).returns(T.nilable(String)) }

View File

@ -90,5 +90,5 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.0.9/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.18/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.19/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/warning-1.2.0/lib"