Update RBI files for activesupport.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2023-01-18 18:12:42 +00:00
parent 49da1c69b4
commit 01254f1350
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 8 additions and 7 deletions

View File

@ -4,7 +4,10 @@
# This is an autogenerated file for types exported from the `activesupport` gem.
# Please instead update this file by running `bin/tapioca gem activesupport`.
::APPLE_GEM_HOME = T.let(T.unsafe(nil), String)
::RUBY19 = T.let(T.unsafe(nil), TrueClass)
::RUBY_FRAMEWORK = T.let(T.unsafe(nil), TrueClass)
::RUBY_FRAMEWORK_VERSION = T.let(T.unsafe(nil), String)
module ActiveSupport
extend ::ActiveSupport::LazyLoadHooks
@ -2784,6 +2787,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)
@ -2864,6 +2868,7 @@ end
class BigDecimal < ::Numeric
include ::ActiveSupport::BigDecimalWithDefaultFormat
extend ::BigDecimal::Deprecation
def as_json(options = T.unsafe(nil)); end
end
@ -2925,6 +2930,7 @@ class Date
end
Date::DATE_FORMATS = T.let(T.unsafe(nil), Hash)
Date::VERSION = T.let(T.unsafe(nil), String)
module DateAndTime; end
module DateAndTime::Calculations

View File

@ -19,10 +19,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
@ -3293,7 +3289,6 @@ class Date
def plus_without_duration(arg); end
def to_default_s(); end
VERSION = ::T.let(nil, ::T.untyped)
end
class Date::Infinity
@ -4506,8 +4501,6 @@ module Homebrew::EnvConfig
def self.install_badge(); end
def self.install_from_api?(); end
def self.livecheck_watchlist(); end
def self.logs(); end
@ -4534,6 +4527,8 @@ module Homebrew::EnvConfig
def self.no_install_cleanup?(); end
def self.no_install_from_api?(); end
def self.no_install_upgrade?(); end
def self.no_installed_dependents_check?(); end