From 17bef8af31d225bc98c48c80ce2bf34f612a2434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:10:21 +0000 Subject: [PATCH] Bump the rubocop group in /updater with 2 updates 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.62.1 to 1.63.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.62.1...v1.63.1) Updates `rubocop-sorbet` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.8.0...v0.8.1) --- 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] --- updater/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 85a0af12..62c4ba80 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -253,7 +253,7 @@ GEM rspec-sorbet (1.9.2) sorbet-runtime rspec-support (3.13.0) - rubocop (1.62.1) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -269,7 +269,7 @@ GEM rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-sorbet (0.8.0) + rubocop-sorbet (0.8.1) rubocop (>= 0.90.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5)