Skip to content

Commit f31c115

Browse files
committed
Fixed even more missing requires
1 parent 448cc0d commit f31c115

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

activesupport/lib/active_support/actionable_error.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "active_support/concern"
4+
35
module ActiveSupport
46
# = Actionable Errors
57
#

activesupport/lib/active_support/broadcast_logger.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "active_support/logger_silence"
4+
35
module ActiveSupport
46
# = Active Support Broadcast Logger
57
#

activesupport/lib/active_support/log_subscriber.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
require "active_support/core_ext/class/attribute"
55
require "active_support/subscriber"
66
require "active_support/deprecation/proxy_wrappers"
7+
require "active_support/deprecation"
8+
require "active_support/deprecator"
79

810
module ActiveSupport
911
# = Active Support Log \Subscriber

activesupport/lib/active_support/xml_mini.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
require "active_support/core_ext/module/delegation"
88
require "active_support/core_ext/string/inflections"
99
require "active_support/core_ext/date_time/calculations"
10+
require "active_support/isolated_execution_state"
1011

1112
module ActiveSupport
1213
# = \XmlMini

0 commit comments

Comments
 (0)