From 9db7a2fb83b3b100aafc7e3d5e52d4e8178f540c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:20:54 +0300 Subject: [PATCH] Bump the rubocop group in /updater with 2 updates (#1033) Bumps the rubocop group in /updater with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet). Updates `rubocop` from 1.61.0 to 1.62.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.61.0...v1.62.0) Updates `rubocop-sorbet` from 0.7.7 to 0.7.8 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.7.7...v0.7.8) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- updater/Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index e2da86a8f..34fd070b7 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -252,7 +252,7 @@ GEM rspec-sorbet (1.9.2) sorbet-runtime rspec-support (3.13.0) - rubocop (1.61.0) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -260,15 +260,15 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) + rubocop-ast (1.31.2) parser (>= 3.3.0.4) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) - rubocop-sorbet (0.7.7) + rubocop-sorbet (0.7.8) rubocop (>= 0.90.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5)