Update RBI files for activesupport.

This commit is contained in:
BrewTestBot 2022-07-12 18:16:04 +00:00
parent 019bad9168
commit 5056b1ec0a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 1 additions and 4 deletions

View File

@ -2784,6 +2784,7 @@ 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,10 +24,6 @@ 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