Skip to content

Commit

Permalink
Merge pull request #29812 from kamipo/remove_unused_requires
Browse files Browse the repository at this point in the history
Remove unused requires
  • Loading branch information
kaspth committed Jul 16, 2017
2 parents a5b14a4 + b8533ec commit f4d52ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions activerecord/lib/active_record/attribute_methods.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
require "active_support/core_ext/enumerable"
require "active_support/core_ext/string/filters"
require "mutex_m"
require "concurrent/map"

module ActiveRecord
# = Active Record Attribute Methods
Expand Down
2 changes: 0 additions & 2 deletions activerecord/lib/active_record/core.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require "thread"
require "active_support/core_ext/hash/indifferent_access"
require "active_support/core_ext/object/duplicable"
require "active_support/core_ext/string/filters"

module ActiveRecord
Expand Down

0 comments on commit f4d52ee

Please sign in to comment.