Merge pull request #19007 from Homebrew/dependabot/bundler/Library/Homebrew/plist-3.7.2

build(deps): bump plist from 3.7.1 to 3.7.2 in /Library/Homebrew
This commit is contained in:
Patrick Linnane 2024-12-26 21:33:21 +00:00 committed by GitHub
commit 6c7243957f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 5 additions and 4 deletions

View File

@ -35,7 +35,7 @@ GEM
racc
patchelf (1.5.1)
elftools (>= 1.3)
plist (3.7.1)
plist (3.7.2)
prism (1.3.0)
pry (0.15.2)
coderay (~> 1.1)

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for types exported from the `plist` gem.
# Please instead update this file by running `bin/tapioca gem plist`.
# source://plist//lib/plist/generator.rb#172
class Array
include ::Enumerable

View File

@ -65,7 +65,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.8.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/patchelf-1.5.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/prism-1.3.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.2/lib")

View File

@ -56,7 +56,7 @@ module Plist
def text(contents)
if @open.last
@open.last.text ||= ''
@open.last.text ||= ''.dup
@open.last.text.concat(contents)
end
end

View File

@ -1,5 +1,5 @@
# encoding: utf-8
module Plist
VERSION = '3.7.1'.freeze
VERSION = '3.7.2'.freeze
end