Remove require of ActiveSupport::ForkTracker

ForkTracker has been autoloaded since [before][1] the [require][2] was
added.

[1]: 78b9580e5f3208c7048659de24f2220693afb23c
[2]: eba1534939fe1cf005746f12446235bdd52014c1
This commit is contained in:
Hartley McGuire 2023-10-07 23:26:04 -04:00
parent 961fc42f90
commit ec0600b7c7
No known key found for this signature in database
GPG Key ID: E823FC1403858A82

@ -6,7 +6,6 @@
require "set"
require "pathname"
require "concurrent/atomic/atomic_boolean"
require "active_support/fork_tracker"
module ActiveSupport
# Allows you to "listen" to changes in a file system.