Merge pull request #12676 from Homebrew/dependabot/bundler/Library/Homebrew/thor-1.2.1

build(deps): bump thor from 1.1.0 to 1.2.1 in /Library/Homebrew
This commit is contained in:
Nanda H Krishna 2022-01-05 14:22:37 -05:00 committed by GitHub
commit e60cf74806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -176,7 +176,7 @@ GEM
spoom (~> 1.1.0, >= 1.1.4)
thor (>= 0.19.2)
yard-sorbet
thor (1.1.0)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unf (0.1.4)

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `thor` gem.
# Please instead update this file by running `bin/tapioca gem thor`.
# typed: true
class Thor
include ::Thor::Base
include ::Thor::Invocation
@ -388,6 +388,7 @@ class Thor::CoreExt::HashWithIndifferentAccess < ::Hash
def [](key); end
def []=(key, value); end
def delete(key); end
def except(*keys); end
def fetch(key, *args); end
def key?(key); end
def merge(other); end
@ -600,6 +601,8 @@ class Thor::Options < ::Thor::Arguments
def parse(args); end
def peek; end
def remaining; end
def shift; end
def unshift(arg, is_value: T.unsafe(nil)); end
protected
@ -639,6 +642,7 @@ module Thor::Shell
def print_table(*args, &block); end
def print_wrapped(*args, &block); end
def say(*args, &block); end
def say_error(*args, &block); end
def say_status(*args, &block); end
def set_color(*args, &block); end
def shell; end
@ -670,6 +674,7 @@ class Thor::Shell::Basic
def print_table(array, options = T.unsafe(nil)); end
def print_wrapped(message, options = T.unsafe(nil)); end
def say(message = T.unsafe(nil), color = T.unsafe(nil), force_new_line = T.unsafe(nil)); end
def say_error(message = T.unsafe(nil), color = T.unsafe(nil), force_new_line = T.unsafe(nil)); end
def say_status(status, message, log_status = T.unsafe(nil)); end
def set_color(string, *_arg1); end
def terminal_width; end

View File

@ -97,7 +97,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_format
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-2.1.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.2.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.7/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/yard-0.9.27/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/yard-sorbet-0.6.1/lib"