From 798312f72759adb518d9cda3041883745ee266d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 18:03:46 +0000 Subject: [PATCH 1/3] build(deps): bump bootsnap from 1.10.3 to 1.11.1 in /Library/Homebrew Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.10.3 to 1.11.1. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.10.3...v1.11.1) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 6fdff2560a..a534ba0fc1 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -11,7 +11,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) bindata (2.4.10) - bootsnap (1.10.3) + bootsnap (1.11.1) msgpack (~> 1.2) byebug (11.1.3) coderay (1.1.3) From d8ef0f6074f04671a207ea5625ca6b05188339b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 8 Mar 2022 18:10:28 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index b38b64b151..1f03ff7d0e 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -15,8 +15,8 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ast-2.4.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bindata-2.4.10/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/msgpack-1.4.5" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/msgpack-1.4.5/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.10.3" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.10.3/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.11.1" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.11.1/lib" $:.unshift "#{path}/" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/byebug-11.1.3" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/byebug-11.1.3/lib" From f4b70185a5cdc0a738fff8a20a49bcfc5b92c9c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 8 Mar 2022 18:15:57 +0000 Subject: [PATCH 3/3] Update RBI files for bootsnap. --- ...ootsnap@1.10.3.rbi => bootsnap@1.11.1.rbi} | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{bootsnap@1.10.3.rbi => bootsnap@1.11.1.rbi} (96%) diff --git a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.3.rbi b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.11.1.rbi similarity index 96% rename from Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.3.rbi rename to Library/Homebrew/sorbet/rbi/gems/bootsnap@1.11.1.rbi index 6e87c26d72..7d53df97d8 100644 --- a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.3.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.11.1.rbi @@ -18,6 +18,7 @@ module Bootsnap 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 end end @@ -52,7 +53,6 @@ module Bootsnap::LoadPathCache class << self def load_path_cache; end def loaded_features_index; end - def realpath_cache; end def setup(cache_path:, development_mode:); end def supported?; end end @@ -150,7 +150,7 @@ end Bootsnap::LoadPathCache::LoadedFeaturesIndex::STRIP_EXTENSION = T.let(T.unsafe(nil), Regexp) class Bootsnap::LoadPathCache::Path - def initialize(path); end + def initialize(path, real: T.unsafe(nil)); end def entries_and_dirs(store); end def expanded_path; end @@ -158,6 +158,7 @@ class Bootsnap::LoadPathCache::Path def path; end def relative?; end def stable?; end + def to_realpath; end def volatile?; end private @@ -184,18 +185,6 @@ Bootsnap::LoadPathCache::PathScanner::ALTERNATIVE_NATIVE_EXTENSIONS_PATTERN = T. Bootsnap::LoadPathCache::PathScanner::BUNDLE_PATH = T.let(T.unsafe(nil), String) Bootsnap::LoadPathCache::PathScanner::NORMALIZE_NATIVE_EXTENSIONS = T.let(T.unsafe(nil), TrueClass) Bootsnap::LoadPathCache::PathScanner::REQUIRABLE_EXTENSIONS = T.let(T.unsafe(nil), Array) - -class Bootsnap::LoadPathCache::RealpathCache - def initialize; end - - def call(*key); end - - private - - def find_file(name); end - def realpath(caller_location, path); end -end - Bootsnap::LoadPathCache::SLASH = T.let(T.unsafe(nil), String) class Bootsnap::LoadPathCache::Store @@ -212,6 +201,8 @@ class Bootsnap::LoadPathCache::Store def default_data; end def dump_data; end def load_data; end + def mark_for_mutation!; end + def mkdir_p(path); end end Bootsnap::LoadPathCache::Store::CURRENT_VERSION = T.let(T.unsafe(nil), String)