From f697093e940202465b23f84b002dac1c82fb5c95 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Mon, 6 Jun 2022 11:20:05 -0400 Subject: [PATCH] Use stricter rubocop-shopify version constraint to reduce CI failures being introduced without a code change. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 22da6c55..5a12d54a 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :benchmark, :test do end group :test do - gem 'rubocop-shopify', '~> 2.6', require: false + gem 'rubocop-shopify', '~> 2.7.0', require: false gem 'rubocop-performance', require: false platform :mri, :truffleruby do