Merge pull request #10321 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.12

build(deps): bump tapioca from 0.4.11 to 0.4.12 in /Library/Homebrew
This commit is contained in:
Markus Reiter 2021-01-14 08:27:17 +01:00 committed by GitHub
commit 1094e6dccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 2 deletions

View File

@ -145,7 +145,7 @@ GEM
sorbet (~> 0.5.5)
sorbet-runtime
thor (>= 0.19.2)
tapioca (0.4.11)
tapioca (0.4.12)
parlour (>= 2.1.0)
pry (>= 0.12.2)
sorbet-runtime

View File

@ -5346,6 +5346,11 @@ class Cask::Config
def vst_plugindir=(path); end
end
class Cask::Config
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Cask::DSL::Caveats
def depends_on_java(*args); end
@ -7698,6 +7703,11 @@ class Homebrew::CLI::Parser
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Completions
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::EnvConfig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -7834,6 +7844,11 @@ class Homebrew::FormulaCreator
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Livecheck::SkipConditions
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Livecheck::Strategy::HeaderMatch
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -7865,6 +7880,11 @@ module Homebrew::Livecheck
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Settings
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Style::LineLocation
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks

View File

@ -85,4 +85,4 @@ $:.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.0.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.0.7/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.11/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.12/lib"