Merge pull request #15261 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.23.0
build(deps): bump parallel from 1.22.1 to 1.23.0 in /Library/Homebrew
This commit is contained in:
commit
2df0020687
@ -74,7 +74,7 @@ GEM
|
|||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.10-x86_64-linux)
|
nokogiri (1.13.10-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.22.1)
|
parallel (1.23.0)
|
||||||
parallel_tests (3.13.0)
|
parallel_tests (3.13.0)
|
||||||
parallel
|
parallel
|
||||||
parlour (8.1.0)
|
parlour (8.1.0)
|
||||||
|
|||||||
@ -5,18 +5,19 @@
|
|||||||
# Please instead update this file by running `bin/tapioca gem parallel`.
|
# Please instead update this file by running `bin/tapioca gem parallel`.
|
||||||
|
|
||||||
module Parallel
|
module Parallel
|
||||||
extend ::Parallel::ProcessorCount
|
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def all?(*args, &block); end
|
def all?(*args, &block); end
|
||||||
def any?(*args, &block); end
|
def any?(*args, &block); end
|
||||||
def each(array, options = T.unsafe(nil), &block); end
|
def each(array, options = T.unsafe(nil), &block); end
|
||||||
def each_with_index(array, options = T.unsafe(nil), &block); end
|
def each_with_index(array, options = T.unsafe(nil), &block); end
|
||||||
|
def filter_map(*args, &block); end
|
||||||
def flat_map(*args, &block); end
|
def flat_map(*args, &block); end
|
||||||
def in_processes(options = T.unsafe(nil), &block); end
|
def in_processes(options = T.unsafe(nil), &block); end
|
||||||
def in_threads(options = T.unsafe(nil)); end
|
def in_threads(options = T.unsafe(nil)); end
|
||||||
def map(source, options = T.unsafe(nil), &block); end
|
def map(source, options = T.unsafe(nil), &block); end
|
||||||
def map_with_index(array, options = T.unsafe(nil), &block); end
|
def map_with_index(array, options = T.unsafe(nil), &block); end
|
||||||
|
def physical_processor_count; end
|
||||||
|
def processor_count; end
|
||||||
def worker_number; end
|
def worker_number; end
|
||||||
def worker_number=(worker_num); end
|
def worker_number=(worker_num); end
|
||||||
|
|
||||||
@ -68,12 +69,6 @@ class Parallel::JobFactory
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Parallel::Kill < ::Parallel::Break; end
|
class Parallel::Kill < ::Parallel::Break; end
|
||||||
|
|
||||||
module Parallel::ProcessorCount
|
|
||||||
def physical_processor_count; end
|
|
||||||
def processor_count; end
|
|
||||||
end
|
|
||||||
|
|
||||||
Parallel::Stop = T.let(T.unsafe(nil), Object)
|
Parallel::Stop = T.let(T.unsafe(nil), Object)
|
||||||
|
|
||||||
class Parallel::UndumpableException < ::StandardError
|
class Parallel::UndumpableException < ::StandardError
|
||||||
@ -74,7 +74,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
|||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mechanize-2.9.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mechanize-2.9.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/method_source-1.0.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/method_source-1.0.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mustache-1.1.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mustache-1.1.1/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.22.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.23.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-3.13.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel_tests-3.13.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.2.2.0/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.2.2.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user