rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

Vendor fileutils 1.4.1 #7463

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

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.

deivid-rodriguez commented 4 years ago

This also fixes some untaint warnings in ruby 2.7. Merging!

@bundlerbot merge

ghost commented 4 years ago

Build succeeded