[rubygems/rubygems] Prefer FileUtils.rm_r to FileUtils.rm_rf for specs
FileUtils.rm_r
FileUtils.rm_rf
Because it does not swallow errors if it fails to remove the given folders, making issues easier to debug.
https://github.com/rubygems/rubygems/commit/0db12d7afc
[rubygems/rubygems] Prefer
FileUtils.rm_rtoFileUtils.rm_rffor specsBecause it does not swallow errors if it fails to remove the given
folders, making issues easier to debug.
https://github.com/rubygems/rubygems/commit/0db12d7afc