From 497364bb1cde8bd3d3a91e5853a5715c2a4304a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:05:25 +0000 Subject: [PATCH 1/3] build(deps): bump thor from 1.1.0 to 1.2.1 in /Library/Homebrew Bumps [thor](https://github.com/rails/thor) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: thor dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index b9b3563837..b5d85ea4f5 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -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) From 9ac58f05a5f72ed0f164af1d765e976ffeddcfec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:08:08 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 70f83f66d2..42dfe72af5 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -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" From 83d4e339bf843cd57e60211664efc122ae09df81 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:12:09 +0000 Subject: [PATCH 3/3] Update RBI files for thor. --- .../sorbet/rbi/gems/{thor@1.1.0.rbi => thor@1.2.1.rbi} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{thor@1.1.0.rbi => thor@1.2.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/thor@1.1.0.rbi b/Library/Homebrew/sorbet/rbi/gems/thor@1.2.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/thor@1.1.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/thor@1.2.1.rbi index dfebadd3da..ea083d4079 100644 --- a/Library/Homebrew/sorbet/rbi/gems/thor@1.1.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/thor@1.2.1.rbi @@ -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