Commit 43c9805
committed
Ensure not to use old
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.concurrent-ruby
1 parent ab06d9e commit 43c9805
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
700 | 701 | | |
701 | 702 | | |
702 | | - | |
| 703 | + | |
703 | 704 | | |
704 | 705 | | |
705 | 706 | | |
| |||
0 commit comments