From e8b5f023cce5e5f11aeae3027818aab9fbdcaa11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:35:36 +0000 Subject: [PATCH 1/3] build(deps-dev): bump spoom from 1.4.0 to 1.4.1 in /Library/Homebrew Bumps [spoom](https://github.com/Shopify/spoom) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/Shopify/spoom/releases) - [Commits](https://github.com/Shopify/spoom/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: spoom dependency-type: direct:development 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 08bdbe83c9..5a0fe6c869 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -121,7 +121,7 @@ GEM sorbet-static-and-runtime (0.5.11495) sorbet (= 0.5.11495) sorbet-runtime (= 0.5.11495) - spoom (1.4.0) + spoom (1.4.1) erubi (>= 1.10.0) prism (>= 0.28.0) sorbet-static-and-runtime (>= 0.5.10187) @@ -148,7 +148,6 @@ GEM PLATFORMS aarch64-linux - arm-linux arm64-darwin x86_64-darwin x86_64-linux From 298af3d084e8021ec9e2e561cf7a679dccee7d2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:50:49 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 1 + Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- Library/Homebrew/vendor/gems/mechanize | 2 +- .../gems/{mechanize-2.11.0 => mechanize-2.12.0}/LICENSE.txt | 0 .../lib/mechanize/http/content_disposition_parser.rb | 0 .../lib/mechanize/version.rb | 2 +- 6 files changed, 4 insertions(+), 3 deletions(-) rename Library/Homebrew/vendor/gems/{mechanize-2.11.0 => mechanize-2.12.0}/LICENSE.txt (100%) rename Library/Homebrew/vendor/gems/{mechanize-2.11.0 => mechanize-2.12.0}/lib/mechanize/http/content_disposition_parser.rb (100%) rename Library/Homebrew/vendor/gems/{mechanize-2.11.0 => mechanize-2.12.0}/lib/mechanize/version.rb (70%) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 5a0fe6c869..d97b36a2cf 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 9f03598f30..54a9a98cdd 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -105,7 +105,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.11495/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.11495/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.3.1/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.4.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.4.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.26") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.26/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.36/lib") diff --git a/Library/Homebrew/vendor/gems/mechanize b/Library/Homebrew/vendor/gems/mechanize index ea2dfd85ac..5a3f7aed2f 120000 --- a/Library/Homebrew/vendor/gems/mechanize +++ b/Library/Homebrew/vendor/gems/mechanize @@ -1 +1 @@ -mechanize-2.11.0/ \ No newline at end of file +mechanize-2.12.0/ \ No newline at end of file diff --git a/Library/Homebrew/vendor/gems/mechanize-2.11.0/LICENSE.txt b/Library/Homebrew/vendor/gems/mechanize-2.12.0/LICENSE.txt similarity index 100% rename from Library/Homebrew/vendor/gems/mechanize-2.11.0/LICENSE.txt rename to Library/Homebrew/vendor/gems/mechanize-2.12.0/LICENSE.txt diff --git a/Library/Homebrew/vendor/gems/mechanize-2.11.0/lib/mechanize/http/content_disposition_parser.rb b/Library/Homebrew/vendor/gems/mechanize-2.12.0/lib/mechanize/http/content_disposition_parser.rb similarity index 100% rename from Library/Homebrew/vendor/gems/mechanize-2.11.0/lib/mechanize/http/content_disposition_parser.rb rename to Library/Homebrew/vendor/gems/mechanize-2.12.0/lib/mechanize/http/content_disposition_parser.rb diff --git a/Library/Homebrew/vendor/gems/mechanize-2.11.0/lib/mechanize/version.rb b/Library/Homebrew/vendor/gems/mechanize-2.12.0/lib/mechanize/version.rb similarity index 70% rename from Library/Homebrew/vendor/gems/mechanize-2.11.0/lib/mechanize/version.rb rename to Library/Homebrew/vendor/gems/mechanize-2.12.0/lib/mechanize/version.rb index 28475b0a68..e118991efa 100644 --- a/Library/Homebrew/vendor/gems/mechanize-2.11.0/lib/mechanize/version.rb +++ b/Library/Homebrew/vendor/gems/mechanize-2.12.0/lib/mechanize/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true class Mechanize - VERSION = "2.11.0" + VERSION = "2.12.0" end From 2f395346e7c37bb4d4a90d796f80cfb64775a455 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:51:04 +0000 Subject: [PATCH 3/3] Update RBI files for spoom. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../gems/{spoom@1.4.0.rbi => spoom@1.4.1.rbi} | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{spoom@1.4.0.rbi => spoom@1.4.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/spoom@1.4.0.rbi b/Library/Homebrew/sorbet/rbi/gems/spoom@1.4.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/spoom@1.4.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/spoom@1.4.1.rbi index 8f36953d88..be4ff021d0 100644 --- a/Library/Homebrew/sorbet/rbi/gems/spoom@1.4.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/spoom@1.4.1.rbi @@ -1004,7 +1004,7 @@ class Spoom::Coverage::D3::ColorPalette < ::T::Struct prop :strong, ::String class << self - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -1344,7 +1344,7 @@ class Spoom::Coverage::Snapshot < ::T::Struct sig { params(obj: T::Hash[::String, T.untyped]).returns(::Spoom::Coverage::Snapshot) } def from_obj(obj); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -1480,7 +1480,7 @@ class Spoom::Deadcode::Definition < ::T::Struct def to_json(*args); end class << self - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2031,16 +2031,16 @@ end # source://spoom//lib/spoom/deadcode/plugins/minitest.rb#7 class Spoom::Deadcode::Plugins::Minitest < ::Spoom::Deadcode::Plugins::Base - # source://spoom//lib/spoom/deadcode/plugins/minitest.rb#25 + # source://spoom//lib/spoom/deadcode/plugins/minitest.rb#26 sig { override.params(definition: ::Spoom::Model::Method).void } def on_define_method(definition); end - # source://spoom//lib/spoom/deadcode/plugins/minitest.rb#35 + # source://spoom//lib/spoom/deadcode/plugins/minitest.rb#36 sig { override.params(send: ::Spoom::Deadcode::Send).void } def on_send(send); end end -# source://spoom//lib/spoom/deadcode/plugins/minitest.rb#12 +# source://spoom//lib/spoom/deadcode/plugins/minitest.rb#13 Spoom::Deadcode::Plugins::Minitest::MINITEST_METHODS = T.let(T.unsafe(nil), Set) # source://spoom//lib/spoom/deadcode/plugins/namespaces.rb#7 @@ -2371,7 +2371,7 @@ class Spoom::Deadcode::Send < ::T::Struct def each_arg_assoc(&block); end class << self - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2391,7 +2391,7 @@ class Spoom::ExecResult < ::T::Struct def to_s; end class << self - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2589,7 +2589,7 @@ class Spoom::FileTree::Node < ::T::Struct def path; end class << self - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2655,7 +2655,7 @@ class Spoom::Git::Commit < ::T::Struct def timestamp; end class << self - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end # Parse a line formatted as `%h %at` into a `Commit` @@ -2767,7 +2767,7 @@ class Spoom::LSP::Diagnostic < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Diagnostic) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2800,7 +2800,7 @@ class Spoom::LSP::DocumentSymbol < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::DocumentSymbol) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2858,7 +2858,7 @@ class Spoom::LSP::Hover < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Hover) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2883,7 +2883,7 @@ class Spoom::LSP::Location < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Location) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2946,7 +2946,7 @@ class Spoom::LSP::Position < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Position) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -2984,7 +2984,7 @@ class Spoom::LSP::Range < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Range) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -3050,7 +3050,7 @@ class Spoom::LSP::SignatureHelp < ::T::Struct sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::SignatureHelp) } def from_json(json); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end end end @@ -3476,7 +3476,7 @@ class Spoom::Model::Reference < ::T::Struct sig { params(name: ::String, location: ::Spoom::Location).returns(::Spoom::Model::Reference) } def constant(name, location); end - # source://sorbet-runtime/0.5.11493/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11495/lib/types/struct.rb#13 def inherited(s); end # source://spoom//lib/spoom/model/reference.rb#29