From e8a8fc1e18159634ad1dc112ff123e4e092aa473 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 11 Mar 2022 18:15:47 +0000 Subject: [PATCH] Update RBI files for activesupport. --- .../{activesupport@6.1.4.7.rbi => activesupport@6.1.5.rbi} | 1 - Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{activesupport@6.1.4.7.rbi => activesupport@6.1.5.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.7.rbi b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.7.rbi rename to Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.rbi index 10e112016a..dc5f7c56e2 100644 --- a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.4.7.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.rbi @@ -2784,7 +2784,6 @@ end module ActiveSupport::VERSION; end ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer) -ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String) ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String) ActiveSupport::VERSION::TINY = T.let(T.unsafe(nil), Integer) diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 268f8a2953..a7c8cb1acc 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -24,6 +24,10 @@ module ActiveSupport::ForkTracker::CoreExtPrivate include ::ActiveSupport::ForkTracker::CoreExt end +module ActiveSupport::VERSION + PRE = ::T.let(nil, ::T.untyped) +end + class Addrinfo def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end end