From f158747592f0dfd9f3fa59d73853d5ef396410c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 14:29:37 +0000 Subject: [PATCH 1/3] build(deps): bump ruby-macho from 2.5.0 to 2.5.1 in /Library/Homebrew Bumps [ruby-macho](https://github.com/Homebrew/ruby-macho) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/Homebrew/ruby-macho/releases) - [Commits](https://github.com/Homebrew/ruby-macho/compare/v2.5.0...v2.5.1) Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index e40ab86176..27ddcb4219 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -132,7 +132,7 @@ GEM rubocop-ast (>= 1.1.0) rubocop-sorbet (0.6.1) rubocop - ruby-macho (2.5.0) + ruby-macho (2.5.1) ruby-progressbar (1.11.0) rubyntlm (0.6.3) simplecov (0.21.2) From a2421c38f00bfcdccd9c8fa20a8e8dcef37f6f74 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 16 May 2021 14:35:39 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- .../{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho.rb | 2 +- .../lib/macho/exceptions.rb | 0 .../lib/macho/fat_file.rb | 0 .../lib/macho/headers.rb | 0 .../lib/macho/load_commands.rb | 0 .../lib/macho/macho_file.rb | 7 ++----- .../lib/macho/sections.rb | 0 .../lib/macho/structure.rb | 0 .../lib/macho/tools.rb | 0 .../lib/macho/utils.rb | 0 .../lib/macho/view.rb | 0 12 files changed, 4 insertions(+), 7 deletions(-) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/exceptions.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/fat_file.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/headers.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/load_commands.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/macho_file.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/sections.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/structure.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/tools.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/utils.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{ruby-macho-2.5.0 => ruby-macho-2.5.1}/lib/macho/view.rb (100%) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index d97ada778d..734186eda2 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -84,7 +84,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1 $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.10.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.3.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.1/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.0/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib" diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho.rb index bc6773a92f..db4dc2237b 100644 --- a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho.rb +++ b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho.rb @@ -16,7 +16,7 @@ require_relative "macho/tools" # The primary namespace for ruby-macho. module MachO # release version - VERSION = "2.5.0" + VERSION = "2.5.1" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/exceptions.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/exceptions.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/exceptions.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/exceptions.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/fat_file.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/fat_file.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/fat_file.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/fat_file.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/headers.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/headers.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/headers.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/headers.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/load_commands.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/load_commands.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/load_commands.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/load_commands.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/macho_file.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/macho_file.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/macho_file.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/macho_file.rb index 041111ad3b..85be72742f 100644 --- a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/macho_file.rb +++ b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/macho_file.rb @@ -418,11 +418,8 @@ module MachO rpath_cmds = command(:LC_RPATH).select { |r| r.path.to_s == path } raise RpathUnknownError, path if rpath_cmds.empty? - # delete the commands in reverse order, offset descending. this - # allows us to defer (expensive) field population until the very end - rpath_cmds.reverse_each { |cmd| delete_command(cmd, :repopulate => false) } - - populate_fields + # delete the commands in reverse order, offset descending. + rpath_cmds.reverse_each { |cmd| delete_command(cmd) } end # Write all Mach-O data to the given filename. diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/sections.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/sections.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/sections.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/sections.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/structure.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/structure.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/structure.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/structure.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/tools.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/tools.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/tools.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/tools.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/utils.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/utils.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/utils.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/view.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/view.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.0/lib/macho/view.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/ruby-macho-2.5.1/lib/macho/view.rb From 41baec1a497ba0da1e1e28d55b8d8a197ff7ceb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 16 May 2021 14:36:31 +0000 Subject: [PATCH 3/3] Update RBI files for ruby-macho. --- .../rbi/gems/{ruby-macho@2.5.0.rbi => ruby-macho@2.5.1.rbi} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{ruby-macho@2.5.0.rbi => ruby-macho@2.5.1.rbi} (77%) diff --git a/Library/Homebrew/sorbet/rbi/gems/ruby-macho@2.5.0.rbi b/Library/Homebrew/sorbet/rbi/gems/ruby-macho@2.5.1.rbi similarity index 77% rename from Library/Homebrew/sorbet/rbi/gems/ruby-macho@2.5.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/ruby-macho@2.5.1.rbi index 82b3b2c2a4..51cabe4960 100644 --- a/Library/Homebrew/sorbet/rbi/gems/ruby-macho@2.5.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/ruby-macho@2.5.1.rbi @@ -1,6 +1,6 @@ # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `ruby-macho` gem. -# Please instead update this file by running `tapioca sync`. +# Please instead update this file by running `bin/tapioca sync`. # typed: true