Skip to content

Commit c615da7

Browse files
committed
Remove some ActiveSupport core_ext paths
1 parent 28af653 commit c615da7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lib/factory_bot.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
require "set"
22
require "active_support"
3-
require "active_support/core_ext/module/delegation"
4-
require "active_support/core_ext/module/attribute_accessors"
53
require "active_support/deprecation"
64
require "active_support/notifications"
75

lib/factory_bot/factory.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require "active_support/core_ext/hash/keys"
21
require "active_support/inflector"
32

43
module FactoryBot

0 commit comments

Comments
 (0)