From cc46c8dc4cf10996d675d58ca2b61cf3cc066673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:05:14 +0000 Subject: [PATCH 1/4] build(deps-dev): bump tapioca from 0.16.6 to 0.16.7 in /Library/Homebrew Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.16.6 to 0.16.7. - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](https://github.com/Shopify/tapioca/compare/v0.16.6...v0.16.7) --- updated-dependencies: - dependency-name: tapioca dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 6401915b15..1424d3086e 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -5,6 +5,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.9) bindata (2.5.0) coderay (1.1.3) @@ -127,7 +128,8 @@ GEM sorbet-static-and-runtime (>= 0.5.10187) thor (>= 0.19.2) stackprof (0.2.26) - tapioca (0.16.6) + tapioca (0.16.7) + benchmark bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) From ac7009cc236d95e145b20e4afd0eed5b0e01a4ef Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Fri, 10 Jan 2025 18:16:53 -0800 Subject: [PATCH 2/4] Exclude benchmark from rbi generation and git --- .gitignore | 1 + Library/Homebrew/sorbet/tapioca/config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 73789bf9e6..5e9ff351e9 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ # Ignore dependencies we don't wish to vendor **/vendor/bundle/ruby/*/gems/ast-*/ +**/vendor/bundle/ruby/*/gems/benchmark-*/ **/vendor/bundle/ruby/*/gems/bigdecimal-*/ **/vendor/bundle/ruby/*/gems/bootsnap-*/ **/vendor/bundle/ruby/*/gems/bundler-*/ diff --git a/Library/Homebrew/sorbet/tapioca/config.yml b/Library/Homebrew/sorbet/tapioca/config.yml index 22b4224b1e..f6c0d1acbd 100644 --- a/Library/Homebrew/sorbet/tapioca/config.yml +++ b/Library/Homebrew/sorbet/tapioca/config.yml @@ -3,6 +3,7 @@ gem: exclude: # These conflict with the rbi files provided by sorbet: + - benchmark - json # These aren't needed: - coderay From ff578016e9728511000b635fb3a6e869916506d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:19:22 +0000 Subject: [PATCH 3/4] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 1 + Library/Homebrew/vendor/bundle/bundler/setup.rb | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 1424d3086e..0abb847ec8 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -151,6 +151,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 6dcc640f35..a6f20f1034 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -38,6 +38,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.7/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ast-2.4.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/base64-0.2.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/benchmark-0.4.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/bigdecimal-3.1.9") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bigdecimal-3.1.9/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.5.0/lib") @@ -56,12 +57,12 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rexml-3.4.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/kramdown-2.5.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/language_server-protocol-3.17.0.3/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/logger-1.6.4/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/logger-1.6.5/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/method_source-1.1.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.25.4/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/netrc-0.11.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.26.3/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-4.8.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-4.9.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/racc-1.8.1") $:.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") @@ -95,7 +96,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.23.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-3.3.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.8.7/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-lsp-0.23.2/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-lsp-0.23.4/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.1.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/ruby-prof-1.7.1") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.7.1/lib") @@ -112,7 +113,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.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.37/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.9.0/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.16.6/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.16.7/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.5.0") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.5.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.5.0/lib") From c9402269ab7f77c24dcb4addf23686ef8089d83e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:19:37 +0000 Subject: [PATCH 4/4] Update RBI files for tapioca. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../{logger@1.6.4.rbi => logger@1.6.5.rbi} | 24 +++++++++---------- ...sts@4.8.0.rbi => parallel_tests@4.9.0.rbi} | 0 ...uby-lsp@0.23.2.rbi => ruby-lsp@0.23.4.rbi} | 0 ...{tapioca@0.16.6.rbi => tapioca@0.16.7.rbi} | 8 +++---- 4 files changed, 16 insertions(+), 16 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{logger@1.6.4.rbi => logger@1.6.5.rbi} (97%) rename Library/Homebrew/sorbet/rbi/gems/{parallel_tests@4.8.0.rbi => parallel_tests@4.9.0.rbi} (100%) rename Library/Homebrew/sorbet/rbi/gems/{ruby-lsp@0.23.2.rbi => ruby-lsp@0.23.4.rbi} (100%) rename Library/Homebrew/sorbet/rbi/gems/{tapioca@0.16.6.rbi => tapioca@0.16.7.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/logger@1.6.4.rbi b/Library/Homebrew/sorbet/rbi/gems/logger@1.6.5.rbi similarity index 97% rename from Library/Homebrew/sorbet/rbi/gems/logger@1.6.4.rbi rename to Library/Homebrew/sorbet/rbi/gems/logger@1.6.5.rbi index e22b11c5f7..3d712eafa6 100644 --- a/Library/Homebrew/sorbet/rbi/gems/logger@1.6.4.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/logger@1.6.5.rbi @@ -857,34 +857,34 @@ class Logger::LogDevice private - # source://logger//lib/logger/log_device.rb#143 + # source://logger//lib/logger/log_device.rb#148 def add_log_header(file); end - # source://logger//lib/logger/log_device.rb#149 + # source://logger//lib/logger/log_device.rb#154 def check_shift_log; end - # source://logger//lib/logger/log_device.rb#119 + # source://logger//lib/logger/log_device.rb#124 def create_logfile(filename); end - # source://logger//lib/logger/log_device.rb#91 + # source://logger//lib/logger/log_device.rb#96 def fixup_mode(dev, filename); end - # source://logger//lib/logger/log_device.rb#135 + # source://logger//lib/logger/log_device.rb#140 def handle_write_errors(mesg); end - # source://logger//lib/logger/log_device.rb#164 + # source://logger//lib/logger/log_device.rb#169 def lock_shift_log; end - # source://logger//lib/logger/log_device.rb#106 + # source://logger//lib/logger/log_device.rb#111 def open_logfile(filename); end - # source://logger//lib/logger/log_device.rb#76 + # source://logger//lib/logger/log_device.rb#81 def set_dev(log); end - # source://logger//lib/logger/log_device.rb#193 + # source://logger//lib/logger/log_device.rb#198 def shift_log_age; end - # source://logger//lib/logger/log_device.rb#205 + # source://logger//lib/logger/log_device.rb#210 def shift_log_period(period_end); end end @@ -893,10 +893,10 @@ end # source://logger//lib/logger/log_device.rb#72 Logger::LogDevice::MODE = T.let(T.unsafe(nil), Integer) -# source://logger//lib/logger/log_device.rb#74 +# source://logger//lib/logger/log_device.rb#79 Logger::LogDevice::MODE_TO_CREATE = T.let(T.unsafe(nil), Integer) -# source://logger//lib/logger/log_device.rb#73 +# source://logger//lib/logger/log_device.rb#75 Logger::LogDevice::MODE_TO_OPEN = T.let(T.unsafe(nil), Integer) # source://logger//lib/logger/period.rb#4 diff --git a/Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.8.0.rbi b/Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.9.0.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.8.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.9.0.rbi diff --git a/Library/Homebrew/sorbet/rbi/gems/ruby-lsp@0.23.2.rbi b/Library/Homebrew/sorbet/rbi/gems/ruby-lsp@0.23.4.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/ruby-lsp@0.23.2.rbi rename to Library/Homebrew/sorbet/rbi/gems/ruby-lsp@0.23.4.rbi diff --git a/Library/Homebrew/sorbet/rbi/gems/tapioca@0.16.6.rbi b/Library/Homebrew/sorbet/rbi/gems/tapioca@0.16.7.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/tapioca@0.16.6.rbi rename to Library/Homebrew/sorbet/rbi/gems/tapioca@0.16.7.rbi index b481bd1666..0d0eeb5f4b 100644 --- a/Library/Homebrew/sorbet/rbi/gems/tapioca@0.16.6.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/tapioca@0.16.7.rbi @@ -218,7 +218,7 @@ class RBI::TypedParam < ::T::Struct const :type, ::String class << self - # source://sorbet-runtime/0.5.11718/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11742/lib/types/struct.rb#13 def inherited(s); end end end @@ -1143,7 +1143,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart] class << self - # source://sorbet-runtime/0.5.11718/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11742/lib/types/struct.rb#13 def inherited(s); end end end @@ -1154,7 +1154,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct const :colors, T::Array[::Symbol] class << self - # source://sorbet-runtime/0.5.11718/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11742/lib/types/struct.rb#13 def inherited(s); end end end @@ -2228,7 +2228,7 @@ class Tapioca::GemInfo < ::T::Struct sig { params(spec: ::Bundler::LazySpecification).returns(::Tapioca::GemInfo) } def from_spec(spec); end - # source://sorbet-runtime/0.5.11718/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.11742/lib/types/struct.rb#13 def inherited(s); end end end