diff --git a/Library/Homebrew/sorbet/rbi/gems/codecov@0.2.7.rbi b/Library/Homebrew/sorbet/rbi/gems/codecov@0.2.8.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/codecov@0.2.7.rbi rename to Library/Homebrew/sorbet/rbi/gems/codecov@0.2.8.rbi diff --git a/Library/Homebrew/sorbet/rbi/gems/colorize@0.8.1.rbi b/Library/Homebrew/sorbet/rbi/gems/colorize@0.8.1.rbi deleted file mode 100644 index 9bc5e047e1f20029996e136757250a5c359a237a..0000000000000000000000000000000000000000 --- a/Library/Homebrew/sorbet/rbi/gems/colorize@0.8.1.rbi +++ /dev/null @@ -1,7 +0,0 @@ -# DO NOT EDIT MANUALLY -# This is an autogenerated file for types exported from the `colorize` gem. -# Please instead update this file by running `tapioca generate --exclude json`. - -# typed: true - - diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@1.43.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@1.43.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@1.43.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@1.43.2.rbi index b0b2237921a0bca817696893e46a90afe3c5d6e5..769953091f44a32ba10f3611fc8c6686d2ebd2ab 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@1.43.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@1.43.2.rbi @@ -636,7 +636,7 @@ class RuboCop::Cop::RSpec::FilePath < ::RuboCop::Cop::RSpec::Base include(::RuboCop::RSpec::TopLevelGroup) def const_described(node = T.unsafe(nil)); end - def on_top_level_group(node); end + def on_top_level_example_group(node); end def routing_metadata?(node0); end private @@ -861,6 +861,7 @@ class RuboCop::Cop::RSpec::LeadingSubject < ::RuboCop::Cop::RSpec::Base def in_spec_block?(node); end def offending?(node); end def offending_node(node); end + def parent(node); end end RuboCop::Cop::RSpec::LeadingSubject::MSG = T.let(T.unsafe(nil), String) @@ -1710,8 +1711,8 @@ module RuboCop::RSpec::TopLevelGroup private - def on_top_level_example_group; end - def on_top_level_group; end + def on_top_level_example_group(_node); end + def on_top_level_group(_node); end def root_node; end def top_level_group?(node); end def top_level_nodes(node); end diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index c2875b8ab175da877ad09db3fe49a1da2d8332e1..8c074ad6aaf1d279ba77b8e96cf8252102c2cb43 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -6151,48 +6151,6 @@ module CodeRay def self.scanner(lang, options=T.unsafe(nil), &block); end end -module Colorize -end - -module Colorize::ClassMethods - def color_codes(); end - - def color_matrix(_=T.unsafe(nil)); end - - def color_methods(); end - - def color_samples(); end - - def colors(); end - - def disable_colorization(value=T.unsafe(nil)); end - - def disable_colorization=(value); end - - def mode_codes(); end - - def modes(); end - - def modes_methods(); end -end - -module Colorize::ClassMethods -end - -module Colorize::InstanceMethods - def colorize(params); end - - def colorized?(); end - - def uncolorize(); end -end - -module Colorize::InstanceMethods -end - -module Colorize -end - class CompilerSelector::Compiler def self.[](*_); end @@ -21810,7 +21768,6 @@ module Stdenv end class String - include ::Colorize::InstanceMethods include ::String::Compat def acts_like_string?(); end @@ -21818,21 +21775,15 @@ class String def black(); end - def blink(); end - - def blue(); end - - def bold(); end - def camelcase(first_letter=T.unsafe(nil)); end def camelize(first_letter=T.unsafe(nil)); end def classify(); end - def constantize(); end + def colorize(color_code); end - def cyan(); end + def constantize(); end def dasherize(); end @@ -21852,8 +21803,6 @@ class String def green(); end - def hide(); end - def html_safe(); end def humanize(capitalize: T.unsafe(nil), keep_id_suffix: T.unsafe(nil)); end @@ -21868,64 +21817,12 @@ class String def isutf8(); end - def italic(); end - def kconv(to_enc, from_enc=T.unsafe(nil)); end def last(limit=T.unsafe(nil)); end - def light_black(); end - - def light_blue(); end - - def light_cyan(); end - - def light_green(); end - - def light_magenta(); end - - def light_red(); end - - def light_white(); end - - def light_yellow(); end - - def magenta(); end - def mb_chars(); end - def on_black(); end - - def on_blue(); end - - def on_cyan(); end - - def on_green(); end - - def on_light_black(); end - - def on_light_blue(); end - - def on_light_cyan(); end - - def on_light_green(); end - - def on_light_magenta(); end - - def on_light_red(); end - - def on_light_white(); end - - def on_light_yellow(); end - - def on_magenta(); end - - def on_red(); end - - def on_white(); end - - def on_yellow(); end - def parameterize(separator: T.unsafe(nil), preserve_case: T.unsafe(nil), locale: T.unsafe(nil)); end def pluralize(count=T.unsafe(nil), locale=T.unsafe(nil)); end @@ -21950,8 +21847,6 @@ class String def starts_with?(*_); end - def swap(); end - def tableize(); end def titlecase(keep_id_suffix: T.unsafe(nil)); end @@ -21994,23 +21889,13 @@ class String def truncate_words(words_count, options=T.unsafe(nil)); end - def underline(); end - def underscore(); end def upcase_first(); end - - def white(); end - - def yellow(); end BLANK_RE = ::T.let(nil, ::T.untyped) ENCODED_BLANKS = ::T.let(nil, ::T.untyped) end -class String - extend ::Colorize::ClassMethods -end - class StringScanner def bol?(); end