mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove unused requires
This commit is contained in:
parent
57aaaa6197
commit
cead2dd1f4
2 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
require 'thread'
|
||||
require 'active_support/core_ext/class/attribute_accessors'
|
||||
require 'active_support/deprecation'
|
||||
require 'active_support/logger'
|
||||
require 'fileutils'
|
||||
|
||||
module ActiveSupport
|
||||
BufferedLogger = ActiveSupport::Deprecation::DeprecatedConstantProxy.new(
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
require 'active_support/concern'
|
||||
require 'active_support/ordered_options'
|
||||
require 'active_support/core_ext/kernel/singleton_class'
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
require 'active_support/core_ext/array/extract_options'
|
||||
|
||||
module ActiveSupport
|
||||
|
|
Loading…
Reference in a new issue