Update RBI files for activesupport.

This commit is contained in:
BrewTestBot 2022-05-09 18:12:40 +00:00
parent 5ee58c0bc1
commit 96785e1386
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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