What was the end-user problem that led to this PR?
The problem was no big deal. Just a discrepancy between the fileutils version we're vendoring and the one that will ship with ruby 2.7. This doesn't cause any issues, but I prefer that they match.
What is your fix for the problem, implemented in this PR?
My fix is to bin/rake vendor:fileutils[v1.4.1] and commit the result.
What was the end-user problem that led to this PR?
The problem was no big deal. Just a discrepancy between the fileutils version we're vendoring and the one that will ship with ruby 2.7. This doesn't cause any issues, but I prefer that they match.
What is your fix for the problem, implemented in this PR?
My fix is to
bin/rake vendor:fileutils[v1.4.1]
and commit the result.