From b3db2188150e231ef608df838a6a38104a1d2c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:20:09 +0000 Subject: [PATCH] Bump the rubocop group across 1 directory with 4 updates Bumps the rubocop group with 4 updates in the /updater directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance), [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) and [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet). Updates `rubocop` from 1.65.1 to 1.67.0 - [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.65.1...v1.67.0) Updates `rubocop-performance` from 1.21.1 to 1.22.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.21.1...v1.22.1) Updates `rubocop-rspec` from 2.29.2 to 3.2.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.29.2...v3.2.0) Updates `rubocop-sorbet` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.8.5...v0.8.6) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major dependency-group: rubocop - dependency-name: rubocop-sorbet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- updater/Gemfile | 8 ++++---- updater/Gemfile.lock | 30 ++++++++++-------------------- 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/updater/Gemfile b/updater/Gemfile index 7e2469d5..2b4626af 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -36,10 +36,10 @@ group :test do gem "rspec", "~> 3.12" gem "rspec-its", "~> 1.3" gem "rspec-sorbet", "~> 1.9.2" - gem "rubocop", "~> 1.65.1" - gem "rubocop-performance", "~> 1.21.0" - gem "rubocop-rspec", "~> 2.29.1" - gem "rubocop-sorbet", "~> 0.8.1" + gem "rubocop", "~> 1.67.0" + gem "rubocop-performance", "~> 1.22.1" + gem "rubocop-rspec", "~> 3.2.0" + gem "rubocop-sorbet", "~> 0.8.6" gem "simplecov", "~> 0.22.0" gem "turbo_tests", "~> 2.2.0" gem "vcr", "~> 6.3" diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 63cc3649..e79d432f 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -290,7 +290,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -309,34 +309,24 @@ GEM rspec-sorbet (1.9.2) sorbet-runtime rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.21.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.26.1) - rubocop (~> 1.61) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.29.1) + rubocop-rspec (3.2.0) rubocop (~> 1.61) - rubocop-sorbet (0.8.5) + rubocop-sorbet (0.8.6) rubocop (>= 1) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -412,10 +402,10 @@ DEPENDENCIES rspec (~> 3.12) rspec-its (~> 1.3) rspec-sorbet (~> 1.9.2) - rubocop (~> 1.65.1) - rubocop-performance (~> 1.21.0) - rubocop-rspec (~> 2.29.1) - rubocop-sorbet (~> 0.8.1) + rubocop (~> 1.67.0) + rubocop-performance (~> 1.22.1) + rubocop-rspec (~> 3.2.0) + rubocop-sorbet (~> 0.8.6) sentry-opentelemetry (~> 5.21) sentry-ruby (~> 5.17) simplecov (~> 0.22.0)