diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 643d82ba66..8a0b9fcc07 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -31,7 +31,7 @@ GEM minitest (5.25.1) netrc (0.11.0) parallel (1.26.3) - parallel_tests (4.7.1) + parallel_tests (4.7.2) parallel parlour (9.0.0) commander (~> 5.0) diff --git a/Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.7.1.rbi b/Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.7.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.7.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.7.2.rbi index bccd25157a..b2c5015ac4 100644 --- a/Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.7.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/parallel_tests@4.7.2.rbi @@ -4,6 +4,7 @@ # This is an autogenerated file for types exported from the `parallel_tests` gem. # Please instead update this file by running `bin/tapioca gem parallel_tests`. + # rake tasks for Rails 3+ # # source://parallel_tests//lib/parallel_tests.rb#6 diff --git a/Library/Homebrew/sorbet/rbi/parlour.rbi b/Library/Homebrew/sorbet/rbi/parlour.rbi index 78ebc316c5..d4c1d9429c 100644 --- a/Library/Homebrew/sorbet/rbi/parlour.rbi +++ b/Library/Homebrew/sorbet/rbi/parlour.rbi @@ -219,9 +219,6 @@ class FormulaInstaller sig { returns(T::Boolean) } def quiet?; end - - sig { returns(T::Boolean) } - def hold_locks?; end end class Livecheck diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index b1cd0aa76c..093fc1f74d 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -62,7 +62,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/minitest-5.25.1/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.7.1/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-4.7.2/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.5.0/lib")