diff --git a/Library/Homebrew/sorbet/rbi/gems/addressable@2.8.6.rbi b/Library/Homebrew/sorbet/rbi/gems/addressable@2.8.7.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/addressable@2.8.6.rbi rename to Library/Homebrew/sorbet/rbi/gems/addressable@2.8.7.rbi index 9b249f24f4..eb8dae4207 100644 --- a/Library/Homebrew/sorbet/rbi/gems/addressable@2.8.6.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/addressable@2.8.7.rbi @@ -4,6 +4,7 @@ # This is an autogenerated file for types exported from the `addressable` gem. # Please instead update this file by running `bin/tapioca gem addressable`. + # Addressable is a library for processing links and URIs. # # source://addressable//lib/addressable/version.rb#22 @@ -637,7 +638,7 @@ class Addressable::Template::MatchData # @param key [String, Symbol, Fixnum] Capture index or name. Note that when accessing by with index # of 0, the full URI will be returned. The intention is to mimic # the ::MatchData#[] behavior. - # @param len [#to_int, nil] If provided, an array of values will be returend with the given + # @param len [#to_int, nil] If provided, an array of values will be returned with the given # parameter used as length. # @return [Array, String, nil] The captured value corresponding to the index or name. If the # value was not provided or the key is unknown, nil will be diff --git a/Library/Homebrew/sorbet/rbi/parlour.rbi b/Library/Homebrew/sorbet/rbi/parlour.rbi index aee33eadc2..e0df736599 100644 --- a/Library/Homebrew/sorbet/rbi/parlour.rbi +++ b/Library/Homebrew/sorbet/rbi/parlour.rbi @@ -357,9 +357,6 @@ module Cask def discontinued?; end end - sig { returns(T::Boolean) } - def on_system_blocks_exist?; end - sig { returns(T::Boolean) } def deprecated?; end @@ -368,6 +365,12 @@ module Cask sig { returns(T::Boolean) } def livecheckable?; end + + sig { returns(T::Boolean) } + def on_system_blocks_exist?; end + + sig { returns(T::Boolean) } + def depends_on_set_in_block?; end end end