class Sorbet::Private::GemLoader

def self.my_require(gem)

before loading this file
This is so that the autoloader doesn't treat these as mandatory requires
def self.my_require(gem)
  require gem # rubocop:disable PrisonGuard/NoDynamicRequire
end