diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 878da5a496344..05886dd3833c6 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -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) diff --git a/Library/Homebrew/sorbet/rbi/gems/plist@3.7.1.rbi b/Library/Homebrew/sorbet/rbi/gems/plist@3.7.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/plist@3.7.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/plist@3.7.2.rbi index bff5bc5f900f5..29a0adc4b8e94 100644 --- a/Library/Homebrew/sorbet/rbi/gems/plist@3.7.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/plist@3.7.2.rbi @@ -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 diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index f63fa694d5249..861113fd982a7 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -65,7 +65,7 @@ def self.extension_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") diff --git a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/LICENSE.txt b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/LICENSE.txt similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/LICENSE.txt rename to Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/LICENSE.txt diff --git a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist.rb b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist.rb rename to Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/generator.rb b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/generator.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/generator.rb rename to Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/generator.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/parser.rb b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/parser.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/parser.rb rename to Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/parser.rb index 038b1943871bc..7a4ce12977f52 100755 --- a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/parser.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/parser.rb @@ -56,7 +56,7 @@ def tag_start(name, attributes) def text(contents) if @open.last - @open.last.text ||= '' + @open.last.text ||= ''.dup @open.last.text.concat(contents) end end diff --git a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/version.rb b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/version.rb similarity index 57% rename from Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/version.rb rename to Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/version.rb index 6417e8f9b4afa..8715acfe5dba8 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.1/lib/plist/version.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/plist-3.7.2/lib/plist/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Plist - VERSION = '3.7.1'.freeze + VERSION = '3.7.2'.freeze end