Merge pull request #15411 from Homebrew/dependabot/bundler/Library/Homebrew/thor-1.2.2
Bump thor from 1.2.1 to 1.2.2 in /Library/Homebrew
This commit is contained in:
commit
d12ad28d26
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user