Merge pull request #15757 from Homebrew/dependabot/bundler/Library/Homebrew/zeitwerk-2.6.9
build(deps): bump zeitwerk from 2.6.8 to 2.6.9 in /Library/Homebrew
This commit is contained in:
commit
62c2c335e5
@ -179,7 +179,7 @@ GEM
|
||||
yard-sorbet (0.6.1)
|
||||
sorbet-runtime (>= 0.5)
|
||||
yard (>= 0.9)
|
||||
zeitwerk (2.6.8)
|
||||
zeitwerk (2.6.9)
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
|
@ -95,6 +95,7 @@ class Zeitwerk::Loader
|
||||
def __shadowed_file?(file); end
|
||||
def __shadowed_files; end
|
||||
def __to_unload; end
|
||||
def cpath_expected_at(path); end
|
||||
def reload; end
|
||||
def setup; end
|
||||
def unload; end
|
@ -27,7 +27,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/i18n-1.14.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.18.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tzinfo-2.0.6/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/zeitwerk-2.6.8/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/zeitwerk-2.6.9/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/activesupport-6.1.7.4/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.0.3/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.4/lib")
|
||||
|
Loading…
x
Reference in New Issue
Block a user