simplecov-ruby / simplecov

Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
MIT License
4.78k stars 553 forks source link

Replace Kernel.open with IO.popen #1069

Closed cyberdelia closed 1 year ago

cyberdelia commented 1 year ago

Replace Kernel.open with IO.popen since it's deprecated and will be removed in future ruby versions.

cyberdelia commented 1 year ago

Seems to have been fixed in f2e02de098864627de16d2fd154f06b56ce17738 ¯_(ツ)_/¯