diff --git a/gems/activejob/6.0/patch.rbs b/gems/activejob/6.0/patch.rbs index 5a93f1ac..b3f2eab1 100644 --- a/gems/activejob/6.0/patch.rbs +++ b/gems/activejob/6.0/patch.rbs @@ -27,10 +27,3 @@ module SuckerPunch module Job end end - -# Remove the fake types for Gem::Version -# if the real types are available. -module Gem - class Version - end -end