Merge pull request #17307 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.14.2
This commit is contained in:
commit
fa52f27886
@ -137,7 +137,7 @@ GEM
|
||||
sorbet-static-and-runtime (>= 0.5.10187)
|
||||
thor (>= 0.19.2)
|
||||
stackprof (0.2.26)
|
||||
tapioca (0.14.1)
|
||||
tapioca (0.14.2)
|
||||
bundler (>= 2.2.25)
|
||||
netrc (>= 0.11.0)
|
||||
parallel (>= 1.21.0)
|
||||
|
||||
@ -232,7 +232,7 @@ class RBI::TypedParam < ::T::Struct
|
||||
const :type, ::String
|
||||
|
||||
class << self
|
||||
# source://sorbet-runtime/0.5.11370/lib/types/struct.rb#13
|
||||
# source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13
|
||||
def inherited(s); end
|
||||
end
|
||||
end
|
||||
@ -1150,7 +1150,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct
|
||||
const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart]
|
||||
|
||||
class << self
|
||||
# source://sorbet-runtime/0.5.11370/lib/types/struct.rb#13
|
||||
# source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13
|
||||
def inherited(s); end
|
||||
end
|
||||
end
|
||||
@ -1161,7 +1161,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct
|
||||
const :colors, T::Array[::Symbol]
|
||||
|
||||
class << self
|
||||
# source://sorbet-runtime/0.5.11370/lib/types/struct.rb#13
|
||||
# source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13
|
||||
def inherited(s); end
|
||||
end
|
||||
end
|
||||
@ -2467,7 +2467,7 @@ class Tapioca::Loaders::Loader
|
||||
# @param engine [T.class_of(Rails::Engine)]
|
||||
# @return [Array<String>]
|
||||
#
|
||||
# source://sorbet-runtime/0.5.11370/lib/types/private/methods/_methods.rb#257
|
||||
# source://sorbet-runtime/0.5.11375/lib/types/private/methods/_methods.rb#257
|
||||
def eager_load_paths(*args, **_arg1, &blk); end
|
||||
|
||||
# source://tapioca//lib/tapioca/loaders/loader.rb#188
|
||||
@ -3375,7 +3375,7 @@ module Tapioca::Static::SymbolLoader
|
||||
|
||||
# @return [Array<T.class_of(Rails::Engine)>]
|
||||
#
|
||||
# source://sorbet-runtime/0.5.11370/lib/types/private/methods/_methods.rb#257
|
||||
# source://sorbet-runtime/0.5.11375/lib/types/private/methods/_methods.rb#257
|
||||
def engines(*args, **_arg1, &blk); end
|
||||
|
||||
# source://tapioca//lib/tapioca/static/symbol_loader.rb#82
|
||||
@ -109,5 +109,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/yard-0.9.36/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.14.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.14.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.3.0/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user