From 01254f135013f3e05b905df899461244b3b941ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:12:42 +0000 Subject: [PATCH] Update RBI files for activesupport. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow. --- ...activesupport@6.1.7.rbi => activesupport@6.1.7.1.rbi} | 6 ++++++ .../Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi | 9 ++------- 2 files changed, 8 insertions(+), 7 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{activesupport@6.1.7.rbi => activesupport@6.1.7.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.7.rbi b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.7.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.7.rbi rename to Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.7.1.rbi index fcf794e723..3515dbbea3 100644 --- a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.7.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.7.1.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 63a6cc7fd7..15cf3e4e1e 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -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