diff --git a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.rbi b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.rbi rename to Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.1.rbi index dc5f7c56e2..f6a0423fa5 100644 --- a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.5.1.rbi @@ -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) @@ -3086,6 +3087,7 @@ module ERB::Util def html_escape_once(s); end def json_escape(s); end def unwrapped_html_escape(s); end + def xml_name_escape(name); end class << self def h(s); end @@ -3093,6 +3095,7 @@ module ERB::Util def html_escape_once(s); end def json_escape(s); end def unwrapped_html_escape(s); end + def xml_name_escape(name); end end end @@ -3100,6 +3103,10 @@ ERB::Util::HTML_ESCAPE = T.let(T.unsafe(nil), Hash) ERB::Util::HTML_ESCAPE_ONCE_REGEXP = T.let(T.unsafe(nil), Regexp) ERB::Util::JSON_ESCAPE = T.let(T.unsafe(nil), Hash) ERB::Util::JSON_ESCAPE_REGEXP = T.let(T.unsafe(nil), Regexp) +ERB::Util::TAG_NAME_FOLLOWING_REGEXP = T.let(T.unsafe(nil), Regexp) +ERB::Util::TAG_NAME_REPLACEMENT_CHAR = T.let(T.unsafe(nil), String) +ERB::Util::TAG_NAME_START_REGEXP = T.let(T.unsafe(nil), Regexp) +ERB::Util::TAG_NAME_START_REGEXP_SET = T.let(T.unsafe(nil), String) module Enumerable def as_json(options = T.unsafe(nil)); end diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index da762cf0b8..fe1f8b1916 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -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