Use stricter rubocop-shopify version constraint

to reduce CI failures being introduced without a code change.
This commit is contained in:
Dylan Thacker-Smith 2022-06-06 11:20:05 -04:00
parent 7594bed88a
commit f697093e94

View File

@ -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