mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused requires
`yaml` was removed atb2c9ce341a
`attribute_accessors` was removed atb2c9ce341a
`extract_options` was removed atceb33f8493
`deep_merge` was removed atbed9179aa1
`slice` was removed at24485b9ef0
`behavior` was removed atceb33f8493
`singleton_class` was removed atceb33f8493
`introspection` was removed atceb33f8493
This commit is contained in:
parent
58fe42e07e
commit
0097b24bb2
1 changed files with 0 additions and 8 deletions
|
@ -1,17 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "yaml"
|
||||
require "active_support/benchmarkable"
|
||||
require "active_support/dependencies"
|
||||
require "active_support/descendants_tracker"
|
||||
require "active_support/time"
|
||||
require "active_support/core_ext/module/attribute_accessors"
|
||||
require "active_support/core_ext/array/extract_options"
|
||||
require "active_support/core_ext/hash/deep_merge"
|
||||
require "active_support/core_ext/hash/slice"
|
||||
require "active_support/core_ext/string/behavior"
|
||||
require "active_support/core_ext/kernel/singleton_class"
|
||||
require "active_support/core_ext/module/introspection"
|
||||
require "active_support/core_ext/class/subclasses"
|
||||
require "active_record/attribute_decorators"
|
||||
require "active_record/define_callbacks"
|
||||
|
|
Loading…
Reference in a new issue