Merge pull request #37931 from giraffate/remove_unused_requires

Remove unused requires
This commit is contained in:
Ryuta Kamizono 2019-12-11 10:36:31 +09:00 committed by GitHub
commit c727d30f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ require "active_support/concern"
require "active_support/descendants_tracker"
require "active_support/core_ext/array/extract_options"
require "active_support/core_ext/class/attribute"
require "active_support/core_ext/kernel/reporting"
require "active_support/core_ext/kernel/singleton_class"
require "active_support/core_ext/string/filters"
require "thread"