Merge pull request #18303 from Homebrew/dependabot/bundler/Library/Homebrew/parallel_tests-4.7.2
build(deps-dev): bump parallel_tests from 4.7.1 to 4.7.2 in /Library/Homebrew
This commit is contained in:
commit
a5b2dc586a
@ -31,7 +31,7 @@ GEM
|
|||||||
minitest (5.25.1)
|
minitest (5.25.1)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
parallel (1.26.3)
|
parallel (1.26.3)
|
||||||
parallel_tests (4.7.1)
|
parallel_tests (4.7.2)
|
||||||
parallel
|
parallel
|
||||||
parlour (9.0.0)
|
parlour (9.0.0)
|
||||||
commander (~> 5.0)
|
commander (~> 5.0)
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
# This is an autogenerated file for types exported from the `parallel_tests` gem.
|
# 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`.
|
# Please instead update this file by running `bin/tapioca gem parallel_tests`.
|
||||||
|
|
||||||
|
|
||||||
# rake tasks for Rails 3+
|
# rake tasks for Rails 3+
|
||||||
#
|
#
|
||||||
# source://parallel_tests//lib/parallel_tests.rb#6
|
# source://parallel_tests//lib/parallel_tests.rb#6
|
||||||
@ -219,9 +219,6 @@ class FormulaInstaller
|
|||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def quiet?; end
|
def quiet?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def hold_locks?; end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
class Livecheck
|
class Livecheck
|
||||||
|
|||||||
@ -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/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/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-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}/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/racc-1.8.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.5.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.5.0/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user