Merge pull request #12051 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.21.0
build(deps): bump parallel from 1.20.1 to 1.21.0 in /Library/Homebrew
This commit is contained in:
commit
a83e8547f9
@ -66,7 +66,7 @@ GEM
|
|||||||
nokogiri (1.11.7)
|
nokogiri (1.11.7)
|
||||||
mini_portile2 (~> 2.5.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.20.1)
|
parallel (1.21.0)
|
||||||
parallel_tests (3.7.1)
|
parallel_tests (3.7.1)
|
||||||
parallel
|
parallel
|
||||||
parlour (6.0.1)
|
parlour (6.0.1)
|
||||||
|
|||||||
@ -27,7 +27,7 @@ module Parallel
|
|||||||
def create_workers(job_factory, options, &block); end
|
def create_workers(job_factory, options, &block); end
|
||||||
def extract_count_from_options(options); end
|
def extract_count_from_options(options); end
|
||||||
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
||||||
def replace_worker(job_factory, workers, i, options, blk); end
|
def replace_worker(job_factory, workers, index, options, blk); end
|
||||||
def with_instrumentation(item, index, options); end
|
def with_instrumentation(item, index, options); end
|
||||||
def work_direct(job_factory, options, &block); end
|
def work_direct(job_factory, options, &block); end
|
||||||
def work_in_processes(job_factory, options, &blk); end
|
def work_in_processes(job_factory, options, &blk); end
|
||||||
@ -55,7 +55,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrobots-0.1.2/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mechanize-2.8.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mechanize-2.8.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/method_source-1.0.0/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/mustache-1.1.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.20.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.21.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel_tests-3.7.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel_tests-3.7.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parser-3.0.2.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parser-3.0.2.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.0.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.0.0/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user