From 5d613695abeb6574fe2bd980db57b0459563eeab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:27:00 +0000 Subject: [PATCH] Bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [psych](https://github.com/ruby/psych). Updates `rubocop` from 1.56.4 to 1.57.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.56.4...v1.57.1) Updates `sorbet-static-and-runtime` from 0.5.11066 to 0.5.11072 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `psych` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/ruby/psych/releases) - [Commits](https://github.com/ruby/psych/compare/v5.1.0...v5.1.1) --- updated-dependencies: - 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: psych dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 59a034f1f..ed5688187 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem "minitest-reporters", "~> 1.6" gem "mocha", "~> 2.1" gem "rake", "~> 13.0" - gem "rubocop", "~> 1.56" + gem "rubocop", "~> 1.57" gem "rubocop-shopify", "~> 2.14", require: false gem "rubocop-minitest", "~> 0.32.2", require: false gem "rubocop-rake", "~> 0.6.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5d36eb837..57f3851e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,12 +33,12 @@ GEM ruby2_keywords (>= 0.0.5) netrc (0.11.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc prettier_print (1.2.1) prism (0.13.0) - psych (5.1.0) + psych (5.1.1) stringio racc (1.7.1) rainbow (3.1.1) @@ -48,16 +48,16 @@ GEM yarp (>= 0.11.0) rdoc (6.5.0) psych (>= 4.0.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.56.4) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -76,20 +76,20 @@ GEM rubocop (>= 0.90.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - sorbet (0.5.11066) - sorbet-static (= 0.5.11066) - sorbet-runtime (0.5.11066) - sorbet-static (0.5.11066-universal-darwin) - sorbet-static (0.5.11066-x86_64-linux) - sorbet-static-and-runtime (0.5.11066) - sorbet (= 0.5.11066) - sorbet-runtime (= 0.5.11066) + sorbet (0.5.11072) + sorbet-static (= 0.5.11072) + sorbet-runtime (0.5.11072) + sorbet-static (0.5.11072-universal-darwin) + sorbet-static (0.5.11072-x86_64-linux) + sorbet-static-and-runtime (0.5.11072) + sorbet (= 0.5.11072) + sorbet-runtime (= 0.5.11072) spoom (1.2.4) erubi (>= 1.10.0) sorbet-static-and-runtime (>= 0.5.10187) syntax_tree (>= 6.1.1) thor (>= 0.19.2) - stringio (3.0.7) + stringio (3.0.8) syntax_tree (6.2.0) prettier_print (>= 1.2.0) tapioca (0.11.9) @@ -125,7 +125,7 @@ DEPENDENCIES psych (~> 5.1) rake (~> 13.0) rdoc - rubocop (~> 1.56) + rubocop (~> 1.57) rubocop-minitest (~> 0.32.2) rubocop-rake (~> 0.6.0) rubocop-shopify (~> 2.14)