Merge pull request #15084 from Homebrew/dependabot/bundler/Library/Homebrew/msgpack-1.7.0
build(deps): bump msgpack from 1.6.1 to 1.7.0 in /Library/Homebrew
This commit is contained in:
commit
5c1302d2e8
@ -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)
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
@ -33,8 +33,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_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 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user