From 41bda536673a66bf59fafb2f4b134aad9577c1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:05:11 +0000 Subject: [PATCH] Update rubocop-shopify requirement from ~> 2.9.0 to ~> 2.15.1 Updates the requirements on [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) to permit the latest version. - [Release notes](https://github.com/Shopify/ruby-style-guide/releases) - [Commits](https://github.com/Shopify/ruby-style-guide/compare/v2.9.0...v2.15.1) --- updated-dependencies: - dependency-name: rubocop-shopify dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7a384d2..ea10091 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :development do gem "rspec", require: false gem "rubocop", require: false gem "rubocop-rspec", require: false - gem "rubocop-shopify", "~> 2.9.0", require: false + gem "rubocop-shopify", "~> 2.15.1", require: false gem "sorbet", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index bbc60b9..b24233d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,8 +48,8 @@ GEM parser (>= 3.3.1.0) rubocop-rspec (3.2.0) rubocop (~> 1.61) - rubocop-shopify (2.9.0) - rubocop (~> 1.33) + rubocop-shopify (2.15.1) + rubocop (~> 1.51) ruby-progressbar (1.13.0) sorbet (0.5.11631) sorbet-static (= 0.5.11631) @@ -69,7 +69,7 @@ DEPENDENCIES rspec rubocop rubocop-rspec - rubocop-shopify (~> 2.9.0) + rubocop-shopify (~> 2.15.1) sorbet BUNDLED WITH