Merge pull request #14552 from Homebrew/dependabot/bundler/Library/Homebrew/bindata-2.4.15
build(deps): bump bindata from 2.4.14 to 2.4.15 in /Library/Homebrew
This commit is contained in:
commit
37cc59f206
@ -10,7 +10,7 @@ GEM
|
||||
addressable (2.8.1)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
bindata (2.4.14)
|
||||
bindata (2.4.15)
|
||||
bootsnap (1.16.0)
|
||||
msgpack (~> 1.2)
|
||||
byebug (11.1.3)
|
||||
|
||||
@ -32,7 +32,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.0.1/lib")
|
||||
$:.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.14/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.0")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/msgpack-1.6.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")
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
module BinData
|
||||
VERSION = "2.4.14"
|
||||
end
|
||||
@ -159,9 +159,10 @@ module BinData
|
||||
# The +auto_call_delayed_io+ keyword sets a data object tree to perform
|
||||
# multi pass I/O automatically.
|
||||
def auto_call_delayed_io
|
||||
include AutoCallDelayedIO
|
||||
|
||||
return if DelayedIO.method_defined? :initialize_instance_without_record_io
|
||||
|
||||
include AutoCallDelayedIO
|
||||
DelayedIO.send(:alias_method, :initialize_instance_without_record_io, :initialize_instance)
|
||||
DelayedIO.send(:define_method, :initialize_instance) do
|
||||
if @parent && !defined? @delayed_io_recorded
|
||||
3
Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bindata-2.4.15/lib/bindata/version.rb
vendored
Normal file
3
Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bindata-2.4.15/lib/bindata/version.rb
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module BinData
|
||||
VERSION = "2.4.15"
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user