Merge pull request #11439 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.23
build(deps): bump tapioca from 0.4.22 to 0.4.23 in /Library/Homebrew
This commit is contained in:
commit
e005ba34da
@ -153,7 +153,7 @@ GEM
|
||||
sorbet (~> 0.5.5)
|
||||
sorbet-runtime
|
||||
thor (>= 0.19.2)
|
||||
tapioca (0.4.22)
|
||||
tapioca (0.4.23)
|
||||
bundler (>= 1.17.3)
|
||||
parlour (>= 2.1.0)
|
||||
pry (>= 0.12.2)
|
||||
|
@ -870,6 +870,9 @@ class Tapioca::Compilers::SymbolTable::SymbolGenerator
|
||||
sig { params(tree: Tapioca::RBI::Tree, symbol: String).void }
|
||||
def generate_from_symbol(tree, symbol); end
|
||||
|
||||
sig { params(constant: T.all(Module, T::Generic)).returns(String) }
|
||||
def generic_name_of(constant); end
|
||||
|
||||
sig { params(constant: Module).returns(T::Array[String]) }
|
||||
def get_file_candidates(constant); end
|
||||
|
||||
@ -1109,6 +1112,9 @@ class Tapioca::Gemfile::Gem
|
||||
|
||||
private
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def default_gem?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def gem_ignored?; end
|
||||
|
||||
@ -1121,6 +1127,9 @@ class Tapioca::Gemfile::Gem
|
||||
sig { params(path: String).returns(T::Boolean) }
|
||||
def has_parent_gemspec?(path); end
|
||||
|
||||
sig { returns(Pathname) }
|
||||
def ruby_lib_dir; end
|
||||
|
||||
sig { params(path: T.any(Pathname, String)).returns(String) }
|
||||
def to_realpath(path); end
|
||||
|
@ -92,5 +92,5 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-1
|
||||
$:.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.22/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.23/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/warning-1.2.0/lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user