1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Add missing require "active_support in XmlMini"

This reverts commit 0181f0edd5.

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.
This commit is contained in:
Rafael Mendonça França 2021-11-26 19:21:10 +00:00
parent bd04720c7f
commit c14cb9150e
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -4,7 +4,6 @@ require "time"
require "base64"
require "bigdecimal"
require "bigdecimal/util"
require "active_support"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/string/inflections"
require "active_support/core_ext/date_time/calculations"