Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure not to use old
concurrent-ruby
It seems that some users encounter with a negative values issue of `Concurrent.available_processor_count`. #349 (comment) To avoid the issue, this PR ensure not to use old `concurrent-ruby`. This PR also removes considering of `NoMethodError` because we can assume to use `available_processor_count` always.
- Loading branch information