From d437f0e3945e953cb476973ad2e339780d8a31a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:10:31 +0000 Subject: [PATCH 1/3] build(deps): bump msgpack from 1.6.1 to 1.7.0 in /Library/Homebrew Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/msgpack/msgpack-ruby/releases) - [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog) - [Commits](https://github.com/msgpack/msgpack-ruby/compare/v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: msgpack dependency-type: indirect 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 e3dbdab3e079b..700b9668b2aee 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -58,7 +58,7 @@ GEM mime-types-data (3.2023.0218.1) mini_portile2 (2.8.1) minitest (5.18.0) - msgpack (1.6.1) + msgpack (1.7.0) mustache (1.1.1) net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) From a4e35411a44929814faedcb424d008716d00de3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:15:30 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 1be35d860c8c1..73eb9c4a8bbad 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -33,8 +33,8 @@ def self.extension_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ast-2.4.2/lib") $:.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/universal-darwin-21/#{Gem.extension_api_version}/msgpack-1.6.1") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/msgpack-1.6.1/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/msgpack-1.7.0") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/msgpack-1.7.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/bootsnap-1.16.0") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bootsnap-1.16.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/byebug-11.1.3") @@ -110,6 +110,8 @@ def self.extension_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-2.19.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.7.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-3.0.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/ruby-prof-1.4.3") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.4.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.12.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib") From 87bd739ff8ed7672d964af408835ba2c7328ec4c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:21:34 +0000 Subject: [PATCH 3/3] Update RBI files for msgpack. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../{msgpack@1.6.1.rbi => msgpack@1.7.0.rbi} | 19 ++++-------------- .../sorbet/rbi/hidden-definitions/hidden.rbi | 20 +++++++++++++++++++ 2 files changed, 24 insertions(+), 15 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{msgpack@1.6.1.rbi => msgpack@1.7.0.rbi} (92%) diff --git a/Library/Homebrew/sorbet/rbi/gems/msgpack@1.6.1.rbi b/Library/Homebrew/sorbet/rbi/gems/msgpack@1.7.0.rbi similarity index 92% rename from Library/Homebrew/sorbet/rbi/gems/msgpack@1.6.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/msgpack@1.7.0.rbi index 3e13ad3ab3794..0a97ecdb33cbb 100644 --- a/Library/Homebrew/sorbet/rbi/gems/msgpack@1.6.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/msgpack@1.7.0.rbi @@ -101,25 +101,14 @@ class MessagePack::Factory::Pool def dump(object); end def load(data); end + def packer(&block); end + def unpacker(&block); end end -class MessagePack::Factory::Pool::AbstractPool +class MessagePack::Factory::Pool::MemberPool def initialize(size, &block); end - def checkin(member); end - def checkout; end -end - -class MessagePack::Factory::Pool::PackerPool < ::MessagePack::Factory::Pool::AbstractPool - private - - def reset(packer); end -end - -class MessagePack::Factory::Pool::UnpackerPool < ::MessagePack::Factory::Pool::AbstractPool - private - - def reset(unpacker); end + def with; end end class MessagePack::Packer diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 509c7e62420f2..99ce5e8467c12 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -6568,6 +6568,26 @@ class RuboCop::Cask::AST::Stanza def on_arch_conditional?(); end + def on_arm?(); end + + def on_big_sur?(); end + + def on_catalina?(); end + + def on_el_capitan?(); end + + def on_high_sierra?(); end + + def on_intel?(); end + + def on_mojave?(); end + + def on_monterey?(); end + + def on_sierra?(); end + + def on_ventura?(); end + def pkg?(); end def postflight?(); end