From 4b5c4d0ae8d942a8f7f384aa5d4b294f319ced42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:03:27 +0000 Subject: [PATCH 1/3] build(deps): bump bootsnap from 1.9.0 to 1.9.1 in /Library/Homebrew Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.9.0 to 1.9.1. - [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.0...v1.9.1) --- 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 5224304441..02607637a3 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.0) + bootsnap (1.9.1) msgpack (~> 1.0) byebug (11.1.3) coderay (1.1.3) From 27b3eb85f0186439d5958acb6f9bf69a1f835100 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:06:00 +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 be71e41271..821c34cf7d 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.0" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.9.0/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}/" $:.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 5accabaf080ad332df4b8c57bac2fa64689682ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:10:08 +0000 Subject: [PATCH 3/3] Update RBI files for bootsnap. --- .../gems/{bootsnap@1.9.0.rbi => bootsnap@1.9.1.rbi} | 0 .../Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi | 10 ++++++++++ 2 files changed, 10 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{bootsnap@1.9.0.rbi => bootsnap@1.9.1.rbi} (100%) diff --git a/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.0.rbi b/Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.1.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.1.rbi diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 50834b8831..976355aba7 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -9713,6 +9713,11 @@ class UnpackStrategy::Zip extend ::T::Private::Methods::SingletonMethodHooks end +class UnpackStrategy::Zstd + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + module UnpackStrategy extend ::T::Private::Abstract::Hooks extend ::T::InterfaceWrapper::Helpers @@ -9753,6 +9758,11 @@ class Utils::Bottles::Tag extend ::T::Private::Methods::SingletonMethodHooks end +class Utils::Bottles::TagSpecification + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + module Utils::Curl extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks