module Bootsnap::LoadPathCache::CoreExt::ActiveSupport::ClassMethods

def depend_on(*)

reiterate it with version polymorphism here...
Signature has changed a few times over the years; easiest to not
def depend_on(*)
  super
rescue LoadError
  CoreExt::ActiveSupport.without_bootsnap_cache { super }
end