diff --git a/gems/activesupport/6.0/patch.rbs b/gems/activesupport/6.0/patch.rbs index 510972ec..b6130bb5 100644 --- a/gems/activesupport/6.0/patch.rbs +++ b/gems/activesupport/6.0/patch.rbs @@ -1,9 +1,3 @@ -class Object - # Object#sum is actually not defined, but rbs prototype rb generates it mistakenly due to `class << Benchmark`. - # So we need to define it to suppress the alias error. - def sum: () -> untyped -end - module ActiveSupport class TestCase < ::Minitest::Test # It is necessary to satisfy alias target.