Merge pull request #13018 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.22.0
build(deps): bump parallel from 1.21.0 to 1.22.0 in /Library/Homebrew
This commit is contained in:
commit
2dab34a55e
@ -65,7 +65,7 @@ GEM
|
||||
nokogiri (1.13.3)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
parallel (1.21.0)
|
||||
parallel (1.22.0)
|
||||
parallel_tests (3.7.3)
|
||||
parallel
|
||||
parlour (6.0.1)
|
||||
|
@ -1,9 +1,9 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `parallel` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem parallel`.
|
||||
|
||||
# typed: true
|
||||
|
||||
module Parallel
|
||||
extend ::Parallel::ProcessorCount
|
||||
|
||||
@ -26,11 +26,14 @@ module Parallel
|
||||
def call_with_index(item, index, options, &block); end
|
||||
def create_workers(job_factory, options, &block); end
|
||||
def extract_count_from_options(options); end
|
||||
def instrument_finish(item, index, result, options); end
|
||||
def instrument_start(item, index, options); end
|
||||
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
||||
def replace_worker(job_factory, workers, index, options, blk); end
|
||||
def with_instrumentation(item, index, options); end
|
||||
def work_direct(job_factory, options, &block); end
|
||||
def work_in_processes(job_factory, options, &blk); end
|
||||
def work_in_ractors(job_factory, options); end
|
||||
def work_in_threads(job_factory, options, &block); end
|
||||
def worker(job_factory, options, &block); end
|
||||
end
|
@ -54,7 +54,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrobots-0.1.2/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mechanize-2.8.4/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/method_source-1.0.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mustache-1.1.1/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.21.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.22.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel_tests-3.7.3/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parser-3.1.1.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.1.1/lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user