From c8ec1cd883e7e4c12b0605d7dde4d27033c33f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:03:24 +0000 Subject: [PATCH 1/3] build(deps): bump bootsnap from 1.9.1 to 1.9.3 in /Library/Homebrew Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.9.1 to 1.9.3. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.9.1...v1.9.3) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-patch ... 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 b8fcc8e00c..f03e0a7a3c 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.9.1) + bootsnap (1.9.3) msgpack (~> 1.0) byebug (11.1.3) coderay (1.1.3) From b8fcd390955ca61e020182244ec99a96f4369df2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:09:44 +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 a23ed6daa9..73777f96ad 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.1" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.9.1/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.9.3" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.9.3/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 7ab42264885f122f408181494401a4877bfd79dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:13:53 +0000 Subject: [PATCH 3/3] Update RBI files for bootsnap. --- .../rbi/gems/{bootsnap@1.9.1.rbi => bootsnap@1.9.3.rbi} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{bootsnap@1.9.1.rbi => bootsnap@1.9.3.rbi} (98%) diff --git a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.1.rbi b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.3.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.3.rbi index 19a29e36a1..c900b530ae 100644 --- a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.3.rbi @@ -1,9 +1,9 @@ +# typed: true + # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `bootsnap` gem. # Please instead update this file by running `bin/tapioca gem bootsnap`. -# typed: true - module Bootsnap extend ::Bootsnap @@ -62,7 +62,7 @@ class Bootsnap::LoadPathCache::Cache def initialize(store, path_obj, development_mode: T.unsafe(nil)); end def absolute_path?(path); end - def find(feature); end + def find(feature, try_extensions: T.unsafe(nil)); end def load_dir(dir); end def push_paths(sender, *paths); end def reinitialize(path_obj = T.unsafe(nil)); end @@ -75,7 +75,7 @@ class Bootsnap::LoadPathCache::Cache def maybe_append_extension(f); end def now; end def push_paths_locked(*paths); end - def search_index(f); end + def search_index(f, try_extensions: T.unsafe(nil)); end def stale?; end def try_ext(f); end def try_index(f); end