Merge pull request #11945 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.25
build(deps-dev): bump tapioca from 0.4.24 to 0.4.25 in /Library/Homebrew
This commit is contained in:
commit
c5c95096da
@ -156,7 +156,7 @@ GEM
|
||||
sorbet (>= 0.5.6347)
|
||||
sorbet-runtime
|
||||
thor (>= 0.19.2)
|
||||
tapioca (0.4.24)
|
||||
tapioca (0.4.25)
|
||||
bundler (>= 1.17.3)
|
||||
parlour (>= 2.1.0)
|
||||
pry (>= 0.12.2)
|
||||
|
@ -1082,6 +1082,9 @@ class Tapioca::Gemfile
|
||||
|
||||
def lockfile; end
|
||||
|
||||
sig { returns([T::Array[Gem::Specification], T::Array[String]]) }
|
||||
def materialize_deps; end
|
||||
|
||||
sig { returns(Bundler::Runtime) }
|
||||
def runtime; end
|
||||
end
|
@ -9849,6 +9849,8 @@ module Homebrew::EnvConfig
|
||||
|
||||
def self.no_bootsnap?(); end
|
||||
|
||||
def self.no_cleanup_formulae(); end
|
||||
|
||||
def self.no_color?(); end
|
||||
|
||||
def self.no_compat?(); end
|
||||
|
@ -10,3 +10,4 @@ module T::InterfaceWrapper::Helpers; end
|
||||
module T::Private::Abstract::Hooks; end
|
||||
module T::Private::Methods::MethodHooks; end
|
||||
module T::Private::Methods::SingletonMethodHooks; end
|
||||
module Tapioca::Gemfile::Gem::Specification; end
|
||||
|
@ -94,5 +94,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.1.2/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.24/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.4.25/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/warning-1.2.0/lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user