module Bootsnap::LoadPathCache::CoreExt::ActiveSupport::ClassMethods
def depend_on(*)
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