Merge pull request #14158 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.14.0
build(deps): bump bootsnap from 1.13.0 to 1.14.0 in /Library/Homebrew
This commit is contained in:
commit
8b452d5e32
@ -11,7 +11,7 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
bindata (2.4.14)
|
||||
bootsnap (1.13.0)
|
||||
bootsnap (1.14.0)
|
||||
msgpack (~> 1.2)
|
||||
byebug (11.1.3)
|
||||
coderay (1.1.3)
|
||||
|
||||
@ -14,12 +14,12 @@ module Bootsnap
|
||||
def absolute_path?(path); end
|
||||
def default_setup; end
|
||||
def instrumentation=(callback); end
|
||||
def iseq_cache_supported?; end
|
||||
def log!; end
|
||||
def logger; end
|
||||
def logger=(logger); end
|
||||
def rb_get_path(fname); end
|
||||
def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), autoload_paths_cache: T.unsafe(nil), disable_trace: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end
|
||||
def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), ignore_directories: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end
|
||||
def unload_cache!; end
|
||||
end
|
||||
end
|
||||
|
||||
@ -54,7 +54,7 @@ module Bootsnap::LoadPathCache
|
||||
def enabled?; end
|
||||
def load_path_cache; end
|
||||
def loaded_features_index; end
|
||||
def setup(cache_path:, development_mode:); end
|
||||
def setup(cache_path:, development_mode:, ignore_directories:); end
|
||||
def supported?; end
|
||||
def unload!; end
|
||||
end
|
||||
@ -179,6 +179,8 @@ Bootsnap::LoadPathCache::Path::VOLATILE = T.let(T.unsafe(nil), Symbol)
|
||||
module Bootsnap::LoadPathCache::PathScanner
|
||||
class << self
|
||||
def call(path); end
|
||||
def ignored_directories; end
|
||||
def ignored_directories=(_arg0); end
|
||||
def os_path(path); end
|
||||
def walk(absolute_dir_path, relative_dir_path, &block); end
|
||||
end
|
||||
@ -4281,6 +4281,7 @@ class Gem::Specification
|
||||
|
||||
def to_ruby(); end
|
||||
LATEST_RUBY_WITHOUT_PATCH_VERSIONS = ::T.let(nil, ::T.untyped)
|
||||
ORIGINAL_LOCAL_PLATFORM = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
module Gem::Specification::YamlBackfiller
|
||||
|
||||
@ -35,8 +35,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.4.14/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/msgpack-1.6.0")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/msgpack-1.6.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/bootsnap-1.13.0")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.13.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/bootsnap-1.14.0")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.14.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/byebug-11.1.3")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/byebug-11.1.3/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/coderay-1.1.3/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user