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(*)
  CoreExt::ActiveSupport.with_bootsnap_fallback(LoadError) { super }
end