From 5e25ff8a276547d94bb338b22cc0f145667ee91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:49:11 +0000 Subject: [PATCH] Bump the minor-and-patch group with 6 updates Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [minitest](https://github.com/minitest/minitest) | `5.22.2` | `5.22.3` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.34.5` | `0.35.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.60.2` | `1.62.1` | | [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.7` | `0.8.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.60.2` | `1.62.1` | | [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11276` | `0.5.11305` | | [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11276` | `0.5.11305` | Updates `minitest` from 5.22.2 to 5.22.3 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.22.2...v5.22.3) Updates `rubocop-minitest` from 0.34.5 to 0.35.0 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.34.5...v0.35.0) Updates `rubocop` from 1.60.2 to 1.62.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.60.2...v1.62.1) Updates `rubocop-sorbet` from 0.7.7 to 0.8.0 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.7.7...v0.8.0) Updates `rubocop` from 1.60.2 to 1.62.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.60.2...v1.62.1) Updates `sorbet-static-and-runtime` from 0.5.11276 to 0.5.11305 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-runtime` from 0.5.11276 to 0.5.11305 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - 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-minor dependency-group: minor-and-patch - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: sorbet-static-and-runtime 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 | 6 +++--- Gemfile.lock | 42 ++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 25 deletions(-) diff --git a/Gemfile b/Gemfile index 832c2fdf9..e4942635a 100644 --- a/Gemfile +++ b/Gemfile @@ -13,11 +13,11 @@ group :development do gem "psych", "~> 5.1", require: false gem "rake", "~> 13.1" gem "rdoc", require: false, github: "Shopify/rdoc", branch: "create_snapper_generator" - gem "rubocop-minitest", "~> 0.34.5", require: false + gem "rubocop-minitest", "~> 0.35.0", require: false gem "rubocop-rake", "~> 0.6.0", require: false gem "rubocop-shopify", "~> 2.15", require: false - gem "rubocop-sorbet", "~> 0.7", require: false - gem "rubocop", "~> 1.60" + gem "rubocop-sorbet", "~> 0.8", require: false + gem "rubocop", "~> 1.62" gem "simplecov", require: false gem "syntax_tree", ">= 6.1.1", "< 7" diff --git a/Gemfile.lock b/Gemfile.lock index 5dedf194f..8f903c61f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GEM reline (>= 0.3.8) json (2.7.1) language_server-protocol (3.17.0.3) - minitest (5.22.2) + minitest (5.22.3) minitest-reporters (1.6.1) ansi builder @@ -58,7 +58,7 @@ GEM reline (0.4.1) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.60.2) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -66,19 +66,19 @@ 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.30.0) - parser (>= 3.2.1.0) - rubocop-minitest (0.34.5) - rubocop (>= 1.39, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) + rubocop-minitest (0.35.0) + rubocop (>= 1.61, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-shopify (2.15.1) rubocop (~> 1.51) - rubocop-sorbet (0.7.7) + rubocop-sorbet (0.8.0) rubocop (>= 0.90.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -88,14 +88,14 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sorbet (0.5.11276) - sorbet-static (= 0.5.11276) - sorbet-runtime (0.5.11276) - sorbet-static (0.5.11276-universal-darwin) - sorbet-static (0.5.11276-x86_64-linux) - sorbet-static-and-runtime (0.5.11276) - sorbet (= 0.5.11276) - sorbet-runtime (= 0.5.11276) + sorbet (0.5.11305) + sorbet-static (= 0.5.11305) + sorbet-runtime (0.5.11305) + sorbet-static (0.5.11305-universal-darwin) + sorbet-static (0.5.11305-x86_64-linux) + sorbet-static-and-runtime (0.5.11305) + sorbet (= 0.5.11305) + sorbet-runtime (= 0.5.11305) spoom (1.2.4) erubi (>= 1.10.0) sorbet-static-and-runtime (>= 0.5.10187) @@ -122,8 +122,6 @@ GEM PLATFORMS arm64-darwin - x64-mingw-ucrt - x64-mingw32 x86_64-darwin x86_64-linux @@ -136,11 +134,11 @@ DEPENDENCIES psych (~> 5.1) rake (~> 13.1) rdoc! - rubocop (~> 1.60) - rubocop-minitest (~> 0.34.5) + rubocop (~> 1.62) + rubocop-minitest (~> 0.35.0) rubocop-rake (~> 0.6.0) rubocop-shopify (~> 2.15) - rubocop-sorbet (~> 0.7) + rubocop-sorbet (~> 0.8) ruby-lsp! simplecov sorbet-static-and-runtime