diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 6766e8d25e..ae7fa7327b 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -119,15 +119,15 @@ GEM simplecov_json_formatter (0.1.4) simpleidn (0.2.1) unf (~> 0.1.4) - sorbet (0.5.11319) - sorbet-static (= 0.5.11319) - sorbet-runtime (0.5.11319) - sorbet-static (0.5.11319-aarch64-linux) - sorbet-static (0.5.11319-universal-darwin) - sorbet-static (0.5.11319-x86_64-linux) - sorbet-static-and-runtime (0.5.11319) - sorbet (= 0.5.11319) - sorbet-runtime (= 0.5.11319) + sorbet (0.5.11323) + sorbet-static (= 0.5.11323) + sorbet-runtime (0.5.11323) + sorbet-static (0.5.11323-aarch64-linux) + sorbet-static (0.5.11323-universal-darwin) + sorbet-static (0.5.11323-x86_64-linux) + sorbet-static-and-runtime (0.5.11323) + sorbet (= 0.5.11323) + sorbet-runtime (= 0.5.11323) spoom (1.3.0) erubi (>= 1.10.0) prism (>= 0.19.0) diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi index 70f80cea5c..abd4038821 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi @@ -4,283 +4,4 @@ # This is an autogenerated file for dynamic methods in `Homebrew::CLI::Args`. # Please instead update this file by running `bin/tapioca dsl Homebrew::CLI::Args`. -class Homebrew::CLI::Args - sig { returns(T::Boolean) } - def HEAD?; end - - sig { returns(T::Boolean) } - def adopt?; end - - sig { returns(T::Boolean) } - def aliases?; end - - sig { returns(T.nilable(String)) } - def appdir; end - - sig { returns(T.nilable(String)) } - def arch; end - - sig { returns(T::Boolean) } - def archlinux?; end - - sig { returns(T.nilable(String)) } - def audio_unit_plugindir; end - - sig { returns(T::Boolean) } - def auto_update?; end - - sig { returns(T::Boolean) } - def binaries?; end - - sig { returns(T.nilable(String)) } - def bottle_tag; end - - sig { returns(T::Boolean) } - def build_from_source?; end - - sig { returns(T::Boolean) } - def cask?; end - - sig { returns(T::Boolean) } - def casks?; end - - sig { returns(T::Boolean) } - def closed?; end - - sig { returns(T.nilable(String)) } - def colorpickerdir; end - - sig { returns(T.nilable(String)) } - def command; end - - sig { returns(T::Boolean) } - def compact?; end - - sig { returns(T::Boolean) } - def custom_remote?; end - - sig { returns(T::Boolean) } - def debian?; end - - sig { returns(T::Boolean) } - def debug_symbols?; end - - sig { returns(T::Boolean) } - def desc?; end - - sig { returns(T.nilable(String)) } - def dictionarydir; end - - sig { returns(T::Boolean) } - def display_times?; end - - sig { returns(T::Boolean) } - def dry_run?; end - - sig { returns(T::Boolean) } - def eval_all?; end - - sig { returns(T::Boolean) } - def f?; end - - sig { returns(T::Boolean) } - def fedora?; end - - sig { returns(T::Boolean) } - def fetch_HEAD?; end - - sig { returns(T::Boolean) } - def fink?; end - - sig { returns(T.nilable(String)) } - def fontdir; end - - sig { returns(T::Boolean) } - def force?; end - - sig { returns(T.nilable(String)) } - def force_auto_update?; end - - sig { returns(T::Boolean) } - def force_bottle?; end - - sig { returns(T::Boolean) } - def formula?; end - - sig { returns(T::Boolean) } - def formulae?; end - - sig { returns(T::Boolean) } - def g?; end - - sig { returns(T::Boolean) } - def git?; end - - sig { returns(T::Boolean) } - def greedy?; end - - sig { returns(T::Boolean) } - def greedy_auto_updates?; end - - sig { returns(T::Boolean) } - def greedy_latest?; end - - sig { returns(T.nilable(T::Array[String])) } - def hide; end - - sig { returns(T::Boolean) } - def i?; end - - sig { returns(T::Boolean) } - def ignore_dependencies?; end - - sig { returns(T::Boolean) } - def ignore_pinned?; end - - sig { returns(T::Boolean) } - def include_build?; end - - sig { returns(T::Boolean) } - def include_optional?; end - - sig { returns(T::Boolean) } - def include_test?; end - - sig { returns(T.nilable(String)) } - def input_methoddir; end - - sig { returns(T::Boolean) } - def installed?; end - - sig { returns(T::Boolean) } - def interactive?; end - - sig { returns(T.nilable(String)) } - def internet_plugindir; end - - sig { returns(T.nilable(String)) } - def json; end - - sig { returns(T::Boolean) } - def keep_tmp?; end - - sig { returns(T.nilable(String)) } - def keyboard_layoutdir; end - - sig { returns(T.nilable(T::Array[String])) } - def language; end - - sig { returns(T::Boolean) } - def macports?; end - - sig { returns(T.nilable(String)) } - def max_count; end - - sig { returns(T.nilable(String)) } - def mdimporterdir; end - - sig { returns(T::Boolean) } - def missing?; end - - sig { returns(T.nilable(String)) } - def n; end - - sig { returns(T::Boolean) } - def n?; end - - sig { returns(T::Boolean) } - def no_simulate?; end - - sig { returns(T::Boolean) } - def oneline?; end - - sig { returns(T::Boolean) } - def open?; end - - sig { returns(T::Boolean) } - def opensuse?; end - - sig { returns(T.nilable(String)) } - def os; end - - sig { returns(T::Boolean) } - def overwrite?; end - - sig { returns(T::Boolean) } - def p?; end - - sig { returns(T::Boolean) } - def patch?; end - - sig { returns(T::Boolean) } - def plain?; end - - sig { returns(T.nilable(String)) } - def prefpanedir; end - - sig { returns(T::Boolean) } - def preinstall?; end - - sig { returns(T::Boolean) } - def pull_request?; end - - sig { returns(T.nilable(String)) } - def qlplugindir; end - - sig { returns(T::Boolean) } - def quarantine?; end - - sig { returns(T::Boolean) } - def recursive?; end - - sig { returns(T::Boolean) } - def repair?; end - - sig { returns(T::Boolean) } - def repology?; end - - sig { returns(T::Boolean) } - def require_sha?; end - - sig { returns(T::Boolean) } - def s?; end - - sig { returns(T.nilable(String)) } - def screen_saverdir; end - - sig { returns(T.nilable(String)) } - def servicedir; end - - sig { returns(T.nilable(String)) } - def shell; end - - sig { returns(T::Boolean) } - def skip_cask_deps?; end - - sig { returns(T::Boolean) } - def skip_recommended?; end - - sig { returns(T::Boolean) } - def stat?; end - - sig { returns(T::Boolean) } - def syntax?; end - - sig { returns(T::Boolean) } - def u?; end - - sig { returns(T::Boolean) } - def ubuntu?; end - - sig { returns(T::Boolean) } - def unbrewed?; end - - sig { returns(T.nilable(String)) } - def vst3_plugindir; end - - sig { returns(T.nilable(String)) } - def vst_plugindir; end - - sig { returns(T::Boolean) } - def zap?; end -end +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi new file mode 100644 index 0000000000..eacc7d74bb --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi @@ -0,0 +1,40 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cache`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cache`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def HEAD?; end + + sig { returns(T.nilable(String)) } + def arch; end + + sig { returns(T.nilable(String)) } + def bottle_tag; end + + sig { returns(T::Boolean) } + def build_from_source?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def force_bottle?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T.nilable(String)) } + def os; end + + sig { returns(T::Boolean) } + def s?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi new file mode 100644 index 0000000000..eb4ba9c680 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Caskroom`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Caskroom`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi new file mode 100644 index 0000000000..24f5600ac9 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cellar`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cellar`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi new file mode 100644 index 0000000000..2602bb05ce --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Env`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Env`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def plain?; end + + sig { returns(T.nilable(String)) } + def shell; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi new file mode 100644 index 0000000000..8d5115755e --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi @@ -0,0 +1,40 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Log`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Log`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T.nilable(String)) } + def max_count; end + + sig { returns(T.nilable(String)) } + def n; end + + sig { returns(T::Boolean) } + def oneline?; end + + sig { returns(T::Boolean) } + def p?; end + + sig { returns(T::Boolean) } + def patch?; end + + sig { returns(T::Boolean) } + def stat?; end + + sig { returns(T::Boolean) } + def u?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi new file mode 100644 index 0000000000..cbf369859c --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi @@ -0,0 +1,31 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Migrate`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Migrate`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def dry_run?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def n?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi new file mode 100644 index 0000000000..6bb5bec5aa --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi @@ -0,0 +1,10 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Missing`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Missing`. + +class Homebrew::CLI::Args + sig { returns(T.nilable(T::Array[String])) } + def hide; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi new file mode 100644 index 0000000000..ff38454cca --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::NodenvSync`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::NodenvSync`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi new file mode 100644 index 0000000000..f603902f96 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi @@ -0,0 +1,19 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::OptionsCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::OptionsCmd`. + +class Homebrew::CLI::Args + sig { returns(T.nilable(String)) } + def command; end + + sig { returns(T::Boolean) } + def compact?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def installed?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi new file mode 100644 index 0000000000..4613bd98f7 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi @@ -0,0 +1,37 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Outdated`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Outdated`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def fetch_HEAD?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def g?; end + + sig { returns(T::Boolean) } + def greedy?; end + + sig { returns(T::Boolean) } + def greedy_auto_updates?; end + + sig { returns(T::Boolean) } + def greedy_latest?; end + + sig { returns(T.nilable(String)) } + def json; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi new file mode 100644 index 0000000000..9f477325e2 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Pin`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Pin`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi new file mode 100644 index 0000000000..7504382d18 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::PostgresqlUpgradeDatabase`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::PostgresqlUpgradeDatabase`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi new file mode 100644 index 0000000000..ec4a10984b --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Postinstall`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Postinstall`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi new file mode 100644 index 0000000000..3810a94f98 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Prefix`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Prefix`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def installed?; end + + sig { returns(T::Boolean) } + def unbrewed?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi new file mode 100644 index 0000000000..2f96bcc70c --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::PyenvSync`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::PyenvSync`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi new file mode 100644 index 0000000000..7b53503b09 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::RbenvSync`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::RbenvSync`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi new file mode 100644 index 0000000000..0fb752086d --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi @@ -0,0 +1,25 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::ReadallCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::ReadallCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def aliases?; end + + sig { returns(T.nilable(String)) } + def arch; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def no_simulate?; end + + sig { returns(T.nilable(String)) } + def os; end + + sig { returns(T::Boolean) } + def syntax?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi new file mode 100644 index 0000000000..ea8ee94648 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi @@ -0,0 +1,121 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Reinstall`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Reinstall`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def adopt?; end + + sig { returns(T.nilable(String)) } + def appdir; end + + sig { returns(T.nilable(String)) } + def audio_unit_plugindir; end + + sig { returns(T::Boolean) } + def binaries?; end + + sig { returns(T::Boolean) } + def build_from_source?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T.nilable(String)) } + def colorpickerdir; end + + sig { returns(T::Boolean) } + def debug_symbols?; end + + sig { returns(T.nilable(String)) } + def dictionarydir; end + + sig { returns(T::Boolean) } + def display_times?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T.nilable(String)) } + def fontdir; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def force_bottle?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def g?; end + + sig { returns(T::Boolean) } + def git?; end + + sig { returns(T::Boolean) } + def i?; end + + sig { returns(T.nilable(String)) } + def input_methoddir; end + + sig { returns(T::Boolean) } + def interactive?; end + + sig { returns(T.nilable(String)) } + def internet_plugindir; end + + sig { returns(T::Boolean) } + def keep_tmp?; end + + sig { returns(T.nilable(String)) } + def keyboard_layoutdir; end + + sig { returns(T.nilable(T::Array[String])) } + def language; end + + sig { returns(T.nilable(String)) } + def mdimporterdir; end + + sig { returns(T.nilable(String)) } + def prefpanedir; end + + sig { returns(T.nilable(String)) } + def qlplugindir; end + + sig { returns(T::Boolean) } + def quarantine?; end + + sig { returns(T::Boolean) } + def require_sha?; end + + sig { returns(T::Boolean) } + def s?; end + + sig { returns(T.nilable(String)) } + def screen_saverdir; end + + sig { returns(T.nilable(String)) } + def servicedir; end + + sig { returns(T::Boolean) } + def skip_cask_deps?; end + + sig { returns(T.nilable(String)) } + def vst3_plugindir; end + + sig { returns(T.nilable(String)) } + def vst_plugindir; end + + sig { returns(T::Boolean) } + def zap?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi new file mode 100644 index 0000000000..f9a8b655ab --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Repository`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Repository`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi new file mode 100644 index 0000000000..f106b19b09 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi @@ -0,0 +1,58 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::SearchCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::SearchCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def archlinux?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def closed?; end + + sig { returns(T::Boolean) } + def debian?; end + + sig { returns(T::Boolean) } + def desc?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def fedora?; end + + sig { returns(T::Boolean) } + def fink?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def macports?; end + + sig { returns(T::Boolean) } + def open?; end + + sig { returns(T::Boolean) } + def opensuse?; end + + sig { returns(T::Boolean) } + def pull_request?; end + + sig { returns(T::Boolean) } + def repology?; end + + sig { returns(T::Boolean) } + def ubuntu?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi new file mode 100644 index 0000000000..2b0e5e2a08 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi @@ -0,0 +1,22 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def custom_remote?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T.nilable(String)) } + def force_auto_update?; end + + sig { returns(T::Boolean) } + def repair?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi new file mode 100644 index 0000000000..e57d0e270f --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapInfo`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapInfo`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def installed?; end + + sig { returns(T.nilable(String)) } + def json; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi new file mode 100644 index 0000000000..e7211a0374 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi @@ -0,0 +1,31 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UninstallCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UninstallCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def ignore_dependencies?; end + + sig { returns(T::Boolean) } + def zap?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi new file mode 100644 index 0000000000..932b24c3f8 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UnlinkCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UnlinkCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def dry_run?; end + + sig { returns(T::Boolean) } + def n?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi new file mode 100644 index 0000000000..512051dc7e --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Unpin`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Unpin`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi new file mode 100644 index 0000000000..72dcd0adbb --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UntapCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UntapCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi new file mode 100644 index 0000000000..126a704671 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi @@ -0,0 +1,19 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpdateReport`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpdateReport`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def auto_update?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def preinstall?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi new file mode 100644 index 0000000000..6066de8f49 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi @@ -0,0 +1,136 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpgradeCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpgradeCmd`. + +class Homebrew::CLI::Args + sig { returns(T.nilable(String)) } + def appdir; end + + sig { returns(T.nilable(String)) } + def audio_unit_plugindir; end + + sig { returns(T::Boolean) } + def binaries?; end + + sig { returns(T::Boolean) } + def build_from_source?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T.nilable(String)) } + def colorpickerdir; end + + sig { returns(T::Boolean) } + def debug_symbols?; end + + sig { returns(T.nilable(String)) } + def dictionarydir; end + + sig { returns(T::Boolean) } + def display_times?; end + + sig { returns(T::Boolean) } + def dry_run?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def fetch_HEAD?; end + + sig { returns(T.nilable(String)) } + def fontdir; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def force_bottle?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def g?; end + + sig { returns(T::Boolean) } + def greedy?; end + + sig { returns(T::Boolean) } + def greedy_auto_updates?; end + + sig { returns(T::Boolean) } + def greedy_latest?; end + + sig { returns(T::Boolean) } + def i?; end + + sig { returns(T::Boolean) } + def ignore_pinned?; end + + sig { returns(T.nilable(String)) } + def input_methoddir; end + + sig { returns(T::Boolean) } + def interactive?; end + + sig { returns(T.nilable(String)) } + def internet_plugindir; end + + sig { returns(T::Boolean) } + def keep_tmp?; end + + sig { returns(T.nilable(String)) } + def keyboard_layoutdir; end + + sig { returns(T.nilable(T::Array[String])) } + def language; end + + sig { returns(T.nilable(String)) } + def mdimporterdir; end + + sig { returns(T::Boolean) } + def n?; end + + sig { returns(T::Boolean) } + def overwrite?; end + + sig { returns(T.nilable(String)) } + def prefpanedir; end + + sig { returns(T.nilable(String)) } + def qlplugindir; end + + sig { returns(T::Boolean) } + def quarantine?; end + + sig { returns(T::Boolean) } + def require_sha?; end + + sig { returns(T::Boolean) } + def s?; end + + sig { returns(T.nilable(String)) } + def screen_saverdir; end + + sig { returns(T.nilable(String)) } + def servicedir; end + + sig { returns(T::Boolean) } + def skip_cask_deps?; end + + sig { returns(T.nilable(String)) } + def vst3_plugindir; end + + sig { returns(T.nilable(String)) } + def vst_plugindir; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi new file mode 100644 index 0000000000..4cc16b0daf --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi @@ -0,0 +1,43 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Uses`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Uses`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def include_build?; end + + sig { returns(T::Boolean) } + def include_optional?; end + + sig { returns(T::Boolean) } + def include_test?; end + + sig { returns(T::Boolean) } + def installed?; end + + sig { returns(T::Boolean) } + def missing?; end + + sig { returns(T::Boolean) } + def recursive?; end + + sig { returns(T::Boolean) } + def skip_recommended?; end +end diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 9595559bd1..d485a04dfe 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -65,7 +65,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.7.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parser-3.3.0.5/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.11319/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.11323/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parlour-8.1.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/patchelf-1.5.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.1/lib") @@ -99,9 +99,9 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.11319-universal-darwin/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.11319/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.11319/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.11323-universal-darwin/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.11323/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.11323/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.3.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.3.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/stackprof-0.2.26") diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/sorbet-runtime.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/sorbet-runtime.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/sorbet-runtime.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/sorbet-runtime.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/_types.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/_types.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/_types.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/_types.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/abstract_utils.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/abstract_utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/abstract_utils.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/abstract_utils.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/boolean.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/boolean.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/boolean.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/boolean.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/compatibility_patches.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/compatibility_patches.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/compatibility_patches.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/compatibility_patches.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/configuration.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/configuration.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/configuration.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/configuration.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/enum.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/enum.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/enum.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/enum.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/generic.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/generic.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/generic.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/generic.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/helpers.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/helpers.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/helpers.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/helpers.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/non_forcing_constants.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/non_forcing_constants.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/non_forcing_constants.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/non_forcing_constants.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/data.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/data.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/data.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/data.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/declare.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/declare.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/declare.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/declare.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/hooks.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/hooks.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/hooks.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/hooks.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/validate.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/validate.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/abstract/validate.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/abstract/validate.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/caller_utils.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/caller_utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/caller_utils.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/caller_utils.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/casts.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/casts.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/casts.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/casts.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/class_utils.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/class_utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/class_utils.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/class_utils.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/compiler.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/compiler.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/compiler.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/compiler.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/decl_state.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/decl_state.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/decl_state.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/decl_state.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/final.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/final.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/final.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/final.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/_methods.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/_methods.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/_methods.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/_methods.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/call_validation.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/call_validation.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/call_validation.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/call_validation.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/call_validation_2_6.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/call_validation_2_6.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/call_validation_2_6.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/call_validation_2_6.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/call_validation_2_7.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/call_validation_2_7.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/call_validation_2_7.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/call_validation_2_7.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/decl_builder.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/decl_builder.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/decl_builder.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/decl_builder.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/modes.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/modes.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/modes.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/modes.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/signature.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/signature.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/signature.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/signature.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/signature_validation.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/signature_validation.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/methods/signature_validation.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/methods/signature_validation.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/mixins/mixins.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/mixins/mixins.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/mixins/mixins.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/mixins/mixins.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/retry.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/retry.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/retry.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/retry.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/runtime_levels.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/runtime_levels.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/runtime_levels.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/runtime_levels.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/sealed.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/sealed.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/sealed.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/sealed.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/not_typed.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/not_typed.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/not_typed.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/not_typed.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/simple_pair_union.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/simple_pair_union.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/simple_pair_union.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/simple_pair_union.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/string_holder.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/string_holder.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/string_holder.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/string_holder.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/type_alias.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/type_alias.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/type_alias.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/type_alias.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/void.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/void.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/private/types/void.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/private/types/void.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/_props.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/_props.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/_props.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/_props.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/constructor.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/constructor.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/constructor.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/constructor.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/custom_type.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/custom_type.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/custom_type.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/custom_type.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/decorator.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/decorator.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/decorator.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/decorator.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/errors.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/errors.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/errors.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/errors.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/generated_code_validation.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/generated_code_validation.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/generated_code_validation.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/generated_code_validation.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/has_lazily_specialized_methods.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/has_lazily_specialized_methods.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/has_lazily_specialized_methods.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/has_lazily_specialized_methods.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/optional.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/optional.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/optional.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/optional.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/plugin.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/plugin.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/plugin.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/plugin.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/pretty_printable.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/pretty_printable.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/pretty_printable.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/pretty_printable.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/apply_default.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/apply_default.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/apply_default.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/apply_default.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/deserializer_generator.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/deserializer_generator.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/deserializer_generator.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/deserializer_generator.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/parser.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/parser.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/parser.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/parser.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/serde_transform.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/serde_transform.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/serde_transform.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/serde_transform.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/serializer_generator.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/serializer_generator.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/serializer_generator.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/serializer_generator.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/setter_factory.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/setter_factory.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/private/setter_factory.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/private/setter_factory.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/serializable.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/serializable.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/serializable.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/serializable.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/type_validation.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/type_validation.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/type_validation.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/type_validation.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/utils.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/utils.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/utils.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/weak_constructor.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/weak_constructor.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/props/weak_constructor.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/props/weak_constructor.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/sig.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/sig.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/sig.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/sig.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/struct.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/struct.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/struct.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/struct.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/anything.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/anything.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/anything.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/anything.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/attached_class.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/attached_class.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/attached_class.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/attached_class.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/base.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/base.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/base.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/base.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/class_of.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/class_of.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/class_of.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/class_of.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/enum.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/enum.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/enum.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/enum.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/fixed_array.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/fixed_array.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/fixed_array.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/fixed_array.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/fixed_hash.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/fixed_hash.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/fixed_hash.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/fixed_hash.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/intersection.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/intersection.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/intersection.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/intersection.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/noreturn.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/noreturn.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/noreturn.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/noreturn.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/proc.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/proc.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/proc.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/proc.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/self_type.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/self_type.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/self_type.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/self_type.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/simple.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/simple.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/simple.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/simple.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/t_enum.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/t_enum.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/t_enum.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/t_enum.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_member.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_member.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_member.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_member.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_parameter.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_parameter.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_parameter.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_parameter.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_template.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_template.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_template.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_template.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_variable.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_variable.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/type_variable.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/type_variable.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_array.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_array.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_array.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_array.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_class.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_class.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_class.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_class.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerable.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerable.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerable.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerable.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerator.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerator.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerator.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerator.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerator_chain.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerator_chain.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerator_chain.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerator_chain.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerator_lazy.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerator_lazy.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_enumerator_lazy.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_enumerator_lazy.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_hash.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_hash.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_hash.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_hash.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_range.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_range.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_range.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_range.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_set.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_set.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/typed_set.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/typed_set.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/union.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/union.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/union.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/union.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/untyped.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/untyped.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/types/untyped.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/types/untyped.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/utils.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11319/lib/types/utils.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/sorbet-runtime-0.5.11323/lib/types/utils.rb