Update rubocop to 1.82.0 for Ruby 4.0 support

This commit is contained in:
Tobi Lutke 2026-01-01 20:19:21 -05:00
parent 0ed29760c0
commit 391c0df57a
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ end
group :test do
gem 'benchmark'
gem 'rubocop', '~> 1.61.0'
gem 'rubocop', '~> 1.82.0'
gem 'rubocop-shopify', '~> 2.12.0', require: false
gem 'rubocop-performance', require: false
end