From b9024d27881943a028cf2ca13c80f5caeea3ff16 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:12:38 +0000 Subject: [PATCH] Update RBI files for activesupport. --- .../{activesupport@6.1.4.4.rbi => activesupport@6.1.4.6.rbi} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{activesupport@6.1.4.4.rbi => activesupport@6.1.4.6.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.4.rbi b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.6.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.4.rbi rename to Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.6.rbi index 5d727b981a..10e112016a 100644 --- a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.4.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.6.rbi @@ -1242,7 +1242,7 @@ class ActiveSupport::ExecutionWrapper def active?; end def inherited(other); end def register_hook(hook, outer: T.unsafe(nil)); end - def run!; end + def run!(reset: T.unsafe(nil)); end def to_complete(*args, &block); end def to_run(*args, &block); end def wrap; end @@ -2141,7 +2141,7 @@ class ActiveSupport::Reloader < ::ActiveSupport::ExecutionWrapper def prepare!; end def reload!; end def reloaded!; end - def run!; end + def run!(reset: T.unsafe(nil)); end def to_prepare(*args, &block); end def wrap; end end