From 8d9b390ae10c765ae415244f91e443142b3cebfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:57:44 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.11.1 to 0.28.0 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.11.1 to 0.28.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.11.1...v0.28.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 552c875a052..5c8c0b34beb 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ end group :development do gem "rubocop-shopify" - gem "rubocop-minitest", "~> 0.11.1" + gem "rubocop-minitest", "~> 0.28.0" gem "rubocop-rake", "~> 0.5.1" end diff --git a/Gemfile.lock b/Gemfile.lock index e56aba41529..cda6fcec3ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,8 +177,8 @@ GEM faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) os (1.1.1) - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.22.1) + parser (3.2.1.0) ast (~> 2.4.1) protobuf-cucumber (3.10.8) activesupport (>= 3.2) @@ -186,28 +186,29 @@ GEM thor thread_safe public_suffix (4.0.6) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) - regexp_parser (2.1.1) + regexp_parser (2.7.0) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.4) - rubocop (1.12.0) + rexml (3.2.5) + rubocop (1.47.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.26.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-minitest (0.11.1) - rubocop (>= 0.90, < 2.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.27.0) + parser (>= 3.2.1.0) + rubocop-minitest (0.28.0) + rubocop (>= 1.39, < 2.0) rubocop-rake (0.5.1) rubocop rubocop-shopify (2.0.1) @@ -237,7 +238,7 @@ GEM tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.4.2) webrick (1.7.0) xcodeproj (1.19.0) CFPropertyList (>= 2.3.3, < 4.0) @@ -266,7 +267,7 @@ DEPENDENCIES mocha (~> 1.12) octokit (~> 4.20) rake (~> 13.0) - rubocop-minitest (~> 0.11.1) + rubocop-minitest (~> 0.28.0) rubocop-rake (~> 0.5.1) rubocop-shopify ruby-macho (~> 1.4)