From 5510fc61b021c7c509003dbb9c23b2d4c37223d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:04:07 +0000 Subject: [PATCH 1/3] build(deps): bump bootsnap from 1.9.4 to 1.10.1 in /Library/Homebrew Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.9.4 to 1.10.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.9.4...v1.10.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 97795aaa56..d810849788 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -11,8 +11,8 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) bindata (2.4.10) - bootsnap (1.9.4) - msgpack (~> 1.0) + bootsnap (1.10.1) + msgpack (~> 1.2) byebug (11.1.3) coderay (1.1.3) commander (4.6.0) From ff19dadfc40519ec10f19a9151512c35cfbaf339 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:06:50 +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 3314e06473..e8a93b4524 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.2" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/msgpack-1.4.2/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.9.4" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.9.4/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.10.1" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.10.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 c3beda3ca1780cdbe63fb36bedb3e9a6b61a6dc4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:11:03 +0000 Subject: [PATCH 3/3] Update RBI files for bootsnap. --- .../{bootsnap@1.9.4.rbi => bootsnap@1.10.1.rbi} | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{bootsnap@1.9.4.rbi => bootsnap@1.10.1.rbi} (93%) diff --git a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.4.rbi b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.1.rbi similarity index 93% rename from Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.4.rbi rename to Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.1.rbi index 1066bdf797..40e5ddd2f0 100644 --- a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.4.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.10.1.rbi @@ -32,6 +32,7 @@ end class Bootsnap::CompileCache::Error < ::StandardError; end class Bootsnap::CompileCache::PermissionError < ::Bootsnap::CompileCache::Error; end +Bootsnap::CompileCache::UNCOMPILABLE = T.let(T.unsafe(nil), BasicObject) module Bootsnap::ExplicitRequire class << self @@ -72,13 +73,13 @@ class Bootsnap::LoadPathCache::Cache def dir_changed?; end def expand_path(feature); end - def maybe_append_extension(f); end + def maybe_append_extension(feature); end def now; end def push_paths_locked(*paths); end - def search_index(f, try_extensions: T.unsafe(nil)); end + def search_index(feature, try_extensions: T.unsafe(nil)); end def stale?; end - def try_ext(f); end - def try_index(f); end + def try_ext(feature); end + def try_index(feature); end def unshift_paths_locked(*paths); end end @@ -134,15 +135,17 @@ class Bootsnap::LoadPathCache::FallbackScan < ::StandardError; end class Bootsnap::LoadPathCache::LoadedFeaturesIndex def initialize; end + def cursor(short); end + def identify(short, cursor); end def key?(feature); end def purge(feature); end def purge_multi(features); end - def register(short, long = T.unsafe(nil)); end + def register(short, long); end private - def extension_elidable?(f); end - def strip_extension_if_elidable(f); end + def extension_elidable?(feature); end + def strip_extension_if_elidable(feature); end end Bootsnap::LoadPathCache::LoadedFeaturesIndex::STRIP_EXTENSION = T.let(T.unsafe(nil), Regexp)