From df68ccceb48be6517a9c9b88d1ea746c6ac0e2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:02:40 +0000 Subject: [PATCH 1/3] build(deps): bump rubocop from 1.48.0 to 1.48.1 in /Library/Homebrew Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.48.0 to 1.48.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.48.0...v1.48.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 b588a1cd64..a43988088a 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.48.0) + rubocop (1.48.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) From 020600db5a9e3c0af2a74c50a8332e354216fedb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:06:28 +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 3d822842b4..15a0c4ac30 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -103,7 +103,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.27.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.13.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.48.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.48.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-capybara-2.17.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.16.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rails-2.18.0/lib") From 4a08c4de67c1b35fc29133876fa66a1f486fb780 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:13:29 +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. --- .../rbi/gems/{rubocop@1.48.0.rbi => rubocop@1.48.1.rbi} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{rubocop@1.48.0.rbi => rubocop@1.48.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop@1.48.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop@1.48.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop@1.48.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop@1.48.1.rbi index cab1e4927f..da5f1c856f 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop@1.48.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop@1.48.1.rbi @@ -2269,12 +2269,10 @@ class RuboCop::Cop::Layout::BlockEndNewline < ::RuboCop::Cop::Base private - def end_of_method_chain(node); end def last_heredoc_argument(node); end def message(node); end def offense_range(node); end - def register_offense(node); end - def replacement(node); end + def register_offense(node, offense_range); end end RuboCop::Cop::Layout::BlockEndNewline::MSG = T.let(T.unsafe(nil), String) @@ -6083,6 +6081,7 @@ class RuboCop::Cop::Lint::Syntax < ::RuboCop::Cop::Base def add_offense_from_diagnostic(diagnostic, ruby_version); end def add_offense_from_error(error); end def beautify_message(message); end + def find_severity(_range, _severity); end end class RuboCop::Cop::Lint::ToEnumArguments < ::RuboCop::Cop::Base @@ -7928,13 +7927,13 @@ class RuboCop::Cop::Style::AccessorGrouping < ::RuboCop::Cop::Base def class_send_elements(class_node); end def group_accessors(node, accessors); end def groupable_accessor?(node); end + def groupable_sibling_accessors(send_node); end def grouped_style?; end def message(send_node); end def preferred_accessors(node); end def previous_line_comment?(node); end def separate_accessors(node); end def separated_style?; end - def sibling_accessors(send_node); end end RuboCop::Cop::Style::AccessorGrouping::GROUPED_MSG = T.let(T.unsafe(nil), String)