Revert "[rubygems/rubygems] Set thread configurations inside block"
This reverts commit db80e947a382a6a9ef2295e81f5b97c6a8ecbce7.
This patch uses Thread.abort_on_exception = true and it affects all of threads. This is why CI systems fails.
Thread.abort_on_exception = true
How to modify:
thread.abort_on_exception = true
Revert "[rubygems/rubygems] Set thread configurations inside block"
This reverts commit db80e947a382a6a9ef2295e81f5b97c6a8ecbce7.
This patch uses
Thread.abort_on_exception = true
and it affectsall of threads. This is why CI systems fails.
How to modify:
thread.abort_on_exception = true
for specific threads