diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 3ebcd64227..25ff69e0a2 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -163,7 +163,7 @@ GEM spoom (~> 1.1.0, >= 1.1.11) thor (>= 1.2.0) yard-sorbet - thor (1.2.1) + thor (1.2.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) diff --git a/Library/Homebrew/sorbet/rbi/gems/thor@1.2.1.rbi b/Library/Homebrew/sorbet/rbi/gems/thor@1.2.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/thor@1.2.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/thor@1.2.2.rbi index ea083d4079..8018184bb2 100644 --- a/Library/Homebrew/sorbet/rbi/gems/thor@1.2.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/thor@1.2.2.rbi @@ -405,7 +405,10 @@ class Thor::CoreExt::HashWithIndifferentAccess < ::Hash def method_missing(method, *args); end end -Thor::Correctable = DidYouMean::Correctable +module Thor::Correctable + def corrections; end + def to_s; end +end class Thor::DynamicCommand < ::Thor::Command def initialize(name, options = T.unsafe(nil)); end @@ -566,6 +569,7 @@ class Thor::Option < ::Thor::Argument def initialize(name, options = T.unsafe(nil)); end def aliases; end + def aliases_for_usage; end def array?; end def boolean?; end def group; end @@ -774,7 +778,7 @@ Thor::THOR_RESERVED_WORDS = T.let(T.unsafe(nil), Array) Thor::Task = Thor::Command class Thor::UndefinedCommandError < ::Thor::Error - include ::DidYouMean::Correctable + include ::Thor::Correctable def initialize(command, all_commands, namespace); end @@ -793,7 +797,7 @@ end Thor::UndefinedTaskError = Thor::UndefinedCommandError class Thor::UnknownArgumentError < ::Thor::Error - include ::DidYouMean::Correctable + include ::Thor::Correctable def initialize(switches, unknown); end diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 780fbf2222..cd7bacc0e7 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -102,7 +102,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-0.5.10461-universal-darwin-22/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-0.5.10461/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-static-and-runtime-0.5.10461/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.2.1/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/thor-1.2.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/spoom-1.1.11/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-22/#{Gem.extension_api_version}/stackprof-0.2.25") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.25/lib")