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) 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 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")