From 6035cd8783e0d21da092f4bec4a4d44beabc8bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:02:48 +0000 Subject: [PATCH] Bump rubocop-shopify from 1.0.7 to 2.11.1 Bumps [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) from 1.0.7 to 2.11.1. - [Release notes](https://github.com/Shopify/ruby-style-guide/releases) - [Commits](https://github.com/Shopify/ruby-style-guide/compare/v1.0.7...v2.11.1) --- updated-dependencies: - dependency-name: rubocop-shopify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e1ef070..8a66e93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,6 +88,7 @@ GEM activesupport (>= 4.2.0) i18n (1.8.9) concurrent-ruby (~> 1.0) + json (2.6.3) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -108,8 +109,8 @@ GEM racc (~> 1.4) nokogiri (1.11.1-x86_64-linux) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pry (0.13.1) coderay (~> 1.1) @@ -150,23 +151,24 @@ GEM method_source rake (>= 0.8.7) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.4) - rubocop (1.10.0) + regexp_parser (2.6.1) + rexml (3.2.5) + rubocop (1.42.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.2.1) 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.24.1, < 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-shopify (1.0.7) - rubocop (~> 1.4) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) + rubocop-shopify (2.11.1) + rubocop (~> 1.42) ruby-progressbar (1.11.0) rubyzip (2.3.0) selenium-webdriver (3.142.7) @@ -183,7 +185,7 @@ GEM thor (1.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.4.2) webdrivers (4.5.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0)