diff options
author | David RodrÃguez <[email protected]> | 2020-07-02 15:11:18 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-07-31 21:07:19 +0900 |
commit | fe53e5a9f3ff3b0574ec7033571d58f4976baf8c (patch) | |
tree | 25d575cf7467c965ef6fc4a38b45decec0bf0294 /lib/rubygems/source.rb | |
parent | fedaa61b3fbcdc6f9ab2199dbbda97eeebfadc58 (diff) |
[rubygems/rubygems] Remove fileutils autoload
https://github.com/rubygems/rubygems/commit/dca345441f
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3379
Diffstat (limited to 'lib/rubygems/source.rb')
-rw-r--r-- | lib/rubygems/source.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/source.rb b/lib/rubygems/source.rb index ba5fb032b3..bed9c51346 100644 --- a/lib/rubygems/source.rb +++ b/lib/rubygems/source.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true -autoload :FileUtils, 'fileutils' require "rubygems/text" ## |