From 1d5724bfaa2d50df99a817f4da209b346d38f47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:44:34 +0000 Subject: [PATCH 1/3] build(deps): bump plist from 3.7.1 to 3.7.2 in /Library/Homebrew Bumps [plist](https://github.com/patsplat/plist) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/patsplat/plist/releases) - [Changelog](https://github.com/patsplat/plist/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/patsplat/plist/compare/v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: plist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 878da5a496344..f7075e0d4eb05 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) @@ -148,7 +148,6 @@ GEM PLATFORMS aarch64-linux - arm-linux arm64-darwin x86_64-darwin x86_64-linux From c886d01c1bf023689919e24f3a9412d60a3d6259 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:46:18 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 1 + Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- .../ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/LICENSE.txt | 0 .../ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/lib/plist.rb | 0 .../gems/{plist-3.7.1 => plist-3.7.2}/lib/plist/generator.rb | 0 .../3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/lib/plist/parser.rb | 2 +- .../gems/{plist-3.7.1 => plist-3.7.2}/lib/plist/version.rb | 2 +- 7 files changed, 4 insertions(+), 3 deletions(-) rename Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/LICENSE.txt (100%) rename Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/lib/plist.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/lib/plist/generator.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/lib/plist/parser.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/{plist-3.7.1 => plist-3.7.2}/lib/plist/version.rb (57%) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index f7075e0d4eb05..05886dd3833c6 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -148,6 +148,7 @@ GEM PLATFORMS aarch64-linux + arm-linux arm64-darwin x86_64-darwin x86_64-linux 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 From 59ecc1d38c1365fabb96d83863ba820957856c0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:46:25 +0000 Subject: [PATCH 3/3] Update RBI files for plist. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../sorbet/rbi/gems/{plist@3.7.1.rbi => plist@3.7.2.rbi} | 1 + 1 file changed, 1 insertion(+) rename Library/Homebrew/sorbet/rbi/gems/{plist@3.7.1.rbi => plist@3.7.2.rbi} (99%) 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