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:
commit
2f302f9696
@ -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)
|
||||
|
||||
@ -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)) }
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user