Merge pull request #12763 from Homebrew/dependabot/bundler/Library/Homebrew/msgpack-1.4.3
build(deps): bump msgpack from 1.4.2 to 1.4.3 in /Library/Homebrew
This commit is contained in:
commit
4d30c29020
@ -57,7 +57,7 @@ GEM
|
||||
mime-types-data (3.2022.0105)
|
||||
mini_portile2 (2.7.1)
|
||||
minitest (5.15.0)
|
||||
msgpack (1.4.2)
|
||||
msgpack (1.4.3)
|
||||
mustache (1.1.1)
|
||||
net-http-digest_auth (1.4.1)
|
||||
net-http-persistent (4.0.1)
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `msgpack` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem msgpack`.
|
||||
|
||||
# typed: true
|
||||
|
||||
class Array
|
||||
include ::Enumerable
|
||||
include ::JSON::Ext::Generator::GeneratorMethods::Array
|
||||
@ -145,10 +145,8 @@ end
|
||||
|
||||
class String
|
||||
include ::Comparable
|
||||
include ::Colorize::InstanceMethods
|
||||
include ::JSON::Ext::Generator::GeneratorMethods::String
|
||||
include ::MessagePack::CoreExt
|
||||
extend ::Colorize::ClassMethods
|
||||
extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend
|
||||
|
||||
private
|
||||
@ -163,8 +161,6 @@ class Symbol
|
||||
include ::Comparable
|
||||
include ::MessagePack::CoreExt
|
||||
|
||||
def to_msgpack_ext; end
|
||||
|
||||
private
|
||||
|
||||
def to_msgpack_with_packer(packer); end
|
||||
@ -6810,6 +6810,10 @@ class Struct
|
||||
def filter(*arg); end
|
||||
end
|
||||
|
||||
class Symbol
|
||||
def to_msgpack_ext(); end
|
||||
end
|
||||
|
||||
class SystemCommand::Result
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
# srb rbi todo
|
||||
|
||||
# typed: strong
|
||||
module ::Colorize::ClassMethods; end
|
||||
module ::Colorize::InstanceMethods; end
|
||||
module ::StackProf; end
|
||||
module T::InterfaceWrapper::Helpers; end
|
||||
module T::Private::Abstract::Hooks; end
|
||||
|
||||
@ -13,8 +13,8 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/public_suffix-4.0.6/l
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/addressable-2.8.0/lib"
|
||||
$:.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/msgpack-1.4.3"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/msgpack-1.4.3/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.10.1"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/bootsnap-1.10.1/lib"
|
||||
$:.unshift "#{path}/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user