Merge pull request #16553 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.18.3

build(deps-dev): bump bootsnap from 1.17.1 to 1.18.3 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2024-01-31 16:14:57 +00:00 committed by GitHub
commit 56c3ac8b70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 15 deletions

View File

@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bindata (2.4.15)
bootsnap (1.17.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
byebug (11.1.3)
coderay (1.1.3)

View File

@ -14,39 +14,42 @@ module Bootsnap
def bundler?; end
class << self
# source://bootsnap//lib/bootsnap.rb#34
# source://bootsnap//lib/bootsnap.rb#44
def _instrument(event, path); end
# source://bootsnap//lib/bootsnap.rb#122
# source://bootsnap//lib/bootsnap.rb#136
def absolute_path?(path); end
# source://bootsnap//lib/bootsnap.rb#70
# source://bootsnap//lib/bootsnap.rb#82
def default_setup; end
# source://bootsnap//lib/bootsnap.rb#27
# source://bootsnap//lib/bootsnap.rb#37
def instrumentation=(callback); end
# source://bootsnap//lib/bootsnap.rb#14
# source://bootsnap//lib/bootsnap.rb#24
def log!; end
# source://bootsnap//lib/bootsnap.rb#14
def log_stats!; end
# Returns the value of attribute logger.
#
# source://bootsnap//lib/bootsnap.rb#12
def logger; end
# source://bootsnap//lib/bootsnap.rb#18
# source://bootsnap//lib/bootsnap.rb#28
def logger=(logger); end
# Allow the C extension to redefine `rb_get_path` without warning.
# Allow the C extension to redefine `rb_get_path` without warning.
#
# source://bootsnap//lib/bootsnap.rb#130
# source://bootsnap//lib/bootsnap.rb#144
def rb_get_path(fname); end
# source://bootsnap//lib/bootsnap.rb#38
def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), ignore_directories: T.unsafe(nil), readonly: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end
# source://bootsnap//lib/bootsnap.rb#48
def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), ignore_directories: T.unsafe(nil), readonly: T.unsafe(nil), revalidation: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end
# source://bootsnap//lib/bootsnap.rb#66
# source://bootsnap//lib/bootsnap.rb#78
def unload_cache!; end
end
end
@ -55,11 +58,11 @@ end
module Bootsnap::CompileCache
class << self
# source://bootsnap//lib/bootsnap/compile_cache.rb#12
def setup(cache_dir:, iseq:, yaml:, json:, readonly: T.unsafe(nil)); end
def setup(cache_dir:, iseq:, yaml:, json:, readonly: T.unsafe(nil), revalidation: T.unsafe(nil)); end
# @return [Boolean]
#
# source://bootsnap//lib/bootsnap/compile_cache.rb#45
# source://bootsnap//lib/bootsnap/compile_cache.rb#46
def supported?; end
end
end

View File

@ -33,8 +33,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.15/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-darwin-15/#{Gem.extension_api_version}/msgpack-1.7.2")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/msgpack-1.7.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-darwin-15/#{Gem.extension_api_version}/bootsnap-1.17.1")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.17.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-darwin-15/#{Gem.extension_api_version}/bootsnap-1.18.3")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.18.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/x86_64-darwin-15/#{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")