Skip to content

Commit c14cb91

Browse files
committed
Revert "Add missing require "active_support in XmlMini"
This reverts commit 0181f0e. Users of Active Support should always require the top level file of the framework before requiring anything else inside it, so we don't need to require that top level file here.
1 parent bd04720 commit c14cb91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activesupport/lib/active_support/xml_mini.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require "base64"
55
require "bigdecimal"
66
require "bigdecimal/util"
7-
require "active_support"
87
require "active_support/core_ext/module/delegation"
98
require "active_support/core_ext/string/inflections"
109
require "active_support/core_ext/date_time/calculations"

0 commit comments

Comments
 (0)