From 6f3ca9ccf166aaaf8d6ca084157342a2a756beb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:25:38 +0000 Subject: [PATCH 1/3] build(deps): bump rubocop from 1.44.0 to 1.44.1 in /Library/Homebrew Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.44.0...v1.44.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... 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 951cf5f877..fa59710ff9 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -130,7 +130,7 @@ GEM rspec-support (3.12.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.44.0) + rubocop (1.44.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) From cb4402e83511695b03eb5010c7f3b33682ad9d76 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:31:17 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 9640948085..31aad06fa0 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -99,12 +99,11 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-its-1.3.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-retry-0.6.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-sorbet-1.9.1/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-wait-0.0.9/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec_junit_formatter-0.6.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.24.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.11.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.4.2/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.44.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.44.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-capybara-2.17.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.15.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rails-2.17.4/lib") From 32f2f75c640072674bf578ab4393dcadf09d39a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:37:43 +0000 Subject: [PATCH 3/3] Update RBI files for rubocop. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../sorbet/rbi/gems/rspec-wait@0.0.9.rbi | 91 ------------------- ...{rubocop@1.44.0.rbi => rubocop@1.44.1.rbi} | 8 ++ 2 files changed, 8 insertions(+), 91 deletions(-) delete mode 100644 Library/Homebrew/sorbet/rbi/gems/rspec-wait@0.0.9.rbi rename Library/Homebrew/sorbet/rbi/gems/{rubocop@1.44.0.rbi => rubocop@1.44.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rspec-wait@0.0.9.rbi b/Library/Homebrew/sorbet/rbi/gems/rspec-wait@0.0.9.rbi deleted file mode 100644 index e91ffd7b18..0000000000 --- a/Library/Homebrew/sorbet/rbi/gems/rspec-wait@0.0.9.rbi +++ /dev/null @@ -1,91 +0,0 @@ -# typed: true - -# DO NOT EDIT MANUALLY -# This is an autogenerated file for types exported from the `rspec-wait` gem. -# Please instead update this file by running `bin/tapioca gem rspec-wait`. - -module RSpec - extend ::RSpec::Support::Warnings - extend ::RSpec::Core::Warnings - - class << self - def clear_examples; end - def configuration; end - def configuration=(_arg0); end - def configure; end - def const_missing(name); end - def context(*args, &example_group_block); end - def current_example; end - def current_example=(example); end - def current_scope; end - def current_scope=(scope); end - def describe(*args, &example_group_block); end - def example_group(*args, &example_group_block); end - def fcontext(*args, &example_group_block); end - def fdescribe(*args, &example_group_block); end - def reset; end - def shared_context(name, *args, &block); end - def shared_examples(name, *args, &block); end - def shared_examples_for(name, *args, &block); end - def world; end - def world=(_arg0); end - def xcontext(*args, &example_group_block); end - def xdescribe(*args, &example_group_block); end - end -end - -RSpec::MODULES_TO_AUTOLOAD = T.let(T.unsafe(nil), Hash) -RSpec::SharedContext = RSpec::Core::SharedContext - -module RSpec::Wait - private - - def wait(timeout = T.unsafe(nil), options = T.unsafe(nil)); end - def wait_for(value = T.unsafe(nil), &block); end - def with_wait(options); end - - class << self - def wait(timeout = T.unsafe(nil), options = T.unsafe(nil)); end - def wait_for(value = T.unsafe(nil), &block); end - def with_wait(options); end - end -end - -class RSpec::Wait::Error < ::StandardError; end - -module RSpec::Wait::Handler - def handle_matcher(target, *args, &block); end -end - -class RSpec::Wait::NegativeHandler < ::RSpec::Expectations::NegativeExpectationHandler - extend ::RSpec::Wait::Handler -end - -class RSpec::Wait::PositiveHandler < ::RSpec::Expectations::PositiveExpectationHandler - extend ::RSpec::Wait::Handler -end - -class RSpec::Wait::Proxy - def initialize(options); end - - def for(value = T.unsafe(nil), &block); end -end - -class RSpec::Wait::Target < ::RSpec::Expectations::ExpectationTarget - def initialize(target, options); end - - def not_to(matcher = T.unsafe(nil), message = T.unsafe(nil), &block); end - def to(matcher = T.unsafe(nil), message = T.unsafe(nil), &block); end - def to_not(matcher = T.unsafe(nil), message = T.unsafe(nil), &block); end - - private - - def with_wait; end - - class << self - def for(value, block, options = T.unsafe(nil)); end - end -end - -module RSpec::Wait::Target::UndefinedValue; end -class RSpec::Wait::TimeoutError < ::RSpec::Wait::Error; end diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop@1.44.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop@1.44.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop@1.44.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop@1.44.1.rbi index 66771c3495..2a687f87d8 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop@1.44.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop@1.44.1.rbi @@ -4418,6 +4418,10 @@ class RuboCop::Cop::Lint::AmbiguousOperator < ::RuboCop::Cop::Base def offense_node(node); end def offense_position?(node, diagnostic); end def unary_operator?(node, diagnostic); end + + class << self + def autocorrect_incompatible_with; end + end end RuboCop::Cop::Lint::AmbiguousOperator::AMBIGUITIES = T.let(T.unsafe(nil), Hash) @@ -6977,6 +6981,10 @@ class RuboCop::Cop::Naming::BlockForwarding < ::RuboCop::Cop::Base def register_offense(block_argument, node); end def use_block_argument_as_local_variable?(node, last_argument); end def use_kwarg_in_method_definition?(node); end + + class << self + def autocorrect_incompatible_with; end + end end RuboCop::Cop::Naming::BlockForwarding::MSG = T.let(T.unsafe(nil), String)