Merge pull request #16533 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.12.0

build(deps-dev): bump tapioca from 0.11.17 to 0.12.0 in /Library/Homebrew
This commit is contained in:
Patrick Linnane 2024-01-25 19:33:38 -08:00 committed by GitHub
commit 7b84e79c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 9 deletions

View File

@ -157,7 +157,7 @@ GEM
stackprof (0.2.26) stackprof (0.2.26)
syntax_tree (6.2.0) syntax_tree (6.2.0)
prettier_print (>= 1.2.0) prettier_print (>= 1.2.0)
tapioca (0.11.17) tapioca (0.12.0)
bundler (>= 2.2.25) bundler (>= 2.2.25)
netrc (>= 0.11.0) netrc (>= 0.11.0)
parallel (>= 1.21.0) parallel (>= 1.21.0)

View File

@ -204,7 +204,7 @@ class RBI::TypedParam < ::T::Struct
const :type, ::String const :type, ::String
class << self class << self
# source://sorbet-runtime/0.5.11155/lib/types/struct.rb#13 # source://sorbet-runtime/0.5.11218/lib/types/struct.rb#13
def inherited(s); end def inherited(s); end
end end
end end
@ -1123,7 +1123,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct
const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart] const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart]
class << self class << self
# source://sorbet-runtime/0.5.11155/lib/types/struct.rb#13 # source://sorbet-runtime/0.5.11218/lib/types/struct.rb#13
def inherited(s); end def inherited(s); end
end end
end end
@ -1134,7 +1134,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct
const :colors, T::Array[::Symbol] const :colors, T::Array[::Symbol]
class << self class << self
# source://sorbet-runtime/0.5.11155/lib/types/struct.rb#13 # source://sorbet-runtime/0.5.11218/lib/types/struct.rb#13
def inherited(s); end def inherited(s); end
end end
end end
@ -1690,13 +1690,16 @@ end
# source://tapioca//lib/tapioca/gem/listeners/sorbet_props.rb#7 # source://tapioca//lib/tapioca/gem/listeners/sorbet_props.rb#7
class Tapioca::Gem::Listeners::SorbetProps < ::Tapioca::Gem::Listeners::Base class Tapioca::Gem::Listeners::SorbetProps < ::Tapioca::Gem::Listeners::Base
include ::Tapioca::SorbetHelper
include ::Tapioca::RBIHelper
private private
# source://tapioca//lib/tapioca/gem/listeners/sorbet_props.rb#32 # source://tapioca//lib/tapioca/gem/listeners/sorbet_props.rb#33
sig { override.params(event: ::Tapioca::Gem::NodeAdded).returns(T::Boolean) } sig { override.params(event: ::Tapioca::Gem::NodeAdded).returns(T::Boolean) }
def ignore?(event); end def ignore?(event); end
# source://tapioca//lib/tapioca/gem/listeners/sorbet_props.rb#13 # source://tapioca//lib/tapioca/gem/listeners/sorbet_props.rb#14
sig { override.params(event: ::Tapioca::Gem::ScopeNodeAdded).void } sig { override.params(event: ::Tapioca::Gem::ScopeNodeAdded).void }
def on_scope(event); end def on_scope(event); end
end end
@ -2431,7 +2434,7 @@ class Tapioca::Loaders::Loader
# @param engine [T.class_of(Rails::Engine)] # @param engine [T.class_of(Rails::Engine)]
# @return [Array<String>] # @return [Array<String>]
# #
# source://sorbet-runtime/0.5.11155/lib/types/private/methods/_methods.rb#254 # source://sorbet-runtime/0.5.11218/lib/types/private/methods/_methods.rb#252
def eager_load_paths(*args, **_arg1, &blk); end def eager_load_paths(*args, **_arg1, &blk); end
# source://tapioca//lib/tapioca/loaders/loader.rb#198 # source://tapioca//lib/tapioca/loaders/loader.rb#198
@ -3339,7 +3342,7 @@ module Tapioca::Static::SymbolLoader
# @return [Array<T.class_of(Rails::Engine)>] # @return [Array<T.class_of(Rails::Engine)>]
# #
# source://sorbet-runtime/0.5.11155/lib/types/private/methods/_methods.rb#254 # source://sorbet-runtime/0.5.11218/lib/types/private/methods/_methods.rb#252
def engines(*args, **_arg1, &blk); end def engines(*args, **_arg1, &blk); end
# source://tapioca//lib/tapioca/static/symbol_loader.rb#82 # source://tapioca//lib/tapioca/static/symbol_loader.rb#82

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.26/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.26/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-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/yard-sorbet-0.8.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.11.17/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.12.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.3.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.3.0/lib")