From 84599c79e80cb8c61a1715e6a856ffd2392d459a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:26:32 +0000 Subject: [PATCH] Bump the minor-and-patch group with 4 updates Bumps the minor-and-patch group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet), [sorbet](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet). Updates `rubocop` from 1.67.0 to 1.68.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.67.0...v1.68.0) Updates `rubocop-sorbet` from 0.8.6 to 0.8.7 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.8.6...v0.8.7) Updates `sorbet` from 0.5.11618 to 0.5.11633 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-runtime` from 0.5.11618 to 0.5.11633 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-sorbet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sorbet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sorbet-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 4142494..8645713 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group(:development, :test) do gem("minitest") gem("minitest-reporters") gem("rake", "~> 13.2") - gem("rubocop", "~> 1.67", require: false) + gem("rubocop", "~> 1.68", require: false) gem("rubocop-shopify", require: false) gem("rubocop-sorbet", require: false) gem("sorbet", ">= 0.5.9204", require: false) diff --git a/Gemfile.lock b/Gemfile.lock index 1ed570b..58ff6e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM builder (3.3.0) byebug (11.1.3) erubi (1.13.0) - json (2.7.2) + json (2.7.5) language_server-protocol (3.17.0.3) minitest (5.25.1) minitest-reporters (1.7.1) @@ -23,7 +23,7 @@ GEM ruby-progressbar netrc (0.11.0) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc prism (1.2.0) @@ -31,7 +31,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -41,21 +41,21 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.1) parser (>= 3.3.1.0) rubocop-shopify (2.15.1) rubocop (~> 1.51) - rubocop-sorbet (0.8.6) + rubocop-sorbet (0.8.7) rubocop (>= 1) ruby-progressbar (1.13.0) - sorbet (0.5.11618) - sorbet-static (= 0.5.11618) - sorbet-runtime (0.5.11618) - sorbet-static (0.5.11618-universal-darwin) - sorbet-static (0.5.11618-x86_64-linux) - sorbet-static-and-runtime (0.5.11618) - sorbet (= 0.5.11618) - sorbet-runtime (= 0.5.11618) + sorbet (0.5.11633) + sorbet-static (= 0.5.11633) + sorbet-runtime (0.5.11633) + sorbet-static (0.5.11633-universal-darwin) + sorbet-static (0.5.11633-x86_64-linux) + sorbet-static-and-runtime (0.5.11633) + sorbet (= 0.5.11633) + sorbet-runtime (= 0.5.11633) spoom (1.5.0) erubi (>= 1.10.0) prism (>= 0.28.0) @@ -89,7 +89,7 @@ DEPENDENCIES minitest-reporters rake (~> 13.2) rbi! - rubocop (~> 1.67) + rubocop (~> 1.68) rubocop-shopify rubocop-sorbet sorbet (>= 0.5.9204)