File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- require :
1+ plugins :
22 - rubocop-performance
33
44inherit_gem :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "https://rubygems.org"
55gem "pry-byebug" , require : false
66gem "readline" , require : false
77gem "rubocop" , require : false
8- gem "rubocop-shopify" , ">=2.8.0" , require : false
8+ gem "rubocop-shopify" , require : false
99gem "rubocop-performance" , require : false
1010
1111gemspec
Original file line number Diff line number Diff line change @@ -244,25 +244,25 @@ GEM
244244 diff-lcs (>= 1.2.0 , < 2.0 )
245245 rspec-support (~> 3.13.0 )
246246 rspec-support (3.13.1 )
247- rubocop (1.79.1 )
247+ rubocop (1.84.2 )
248248 json (~> 2.3 )
249249 language_server-protocol (~> 3.17.0.2 )
250250 lint_roller (~> 1.1.0 )
251251 parallel (~> 1.10 )
252252 parser (>= 3.3.0.2 )
253253 rainbow (>= 2.2.2 , < 4.0 )
254254 regexp_parser (>= 2.9.3 , < 3.0 )
255- rubocop-ast (>= 1.46 .0 , < 2.0 )
255+ rubocop-ast (>= 1.49 .0 , < 2.0 )
256256 ruby-progressbar (~> 1.7 )
257257 unicode-display_width (>= 2.4.0 , < 4.0 )
258- rubocop-ast (1.46 .0 )
258+ rubocop-ast (1.49 .0 )
259259 parser (>= 3.3.7.2 )
260- prism (~> 1.4 )
261- rubocop-performance (1.25.0 )
260+ prism (~> 1.7 )
261+ rubocop-performance (1.26.1 )
262262 lint_roller (~> 1.1 )
263263 rubocop (>= 1.75.0 , < 2.0 )
264- rubocop-ast (>= 1.38.0 , < 2.0 )
265- rubocop-shopify (2.17 .0 )
264+ rubocop-ast (>= 1.47.1 , < 2.0 )
265+ rubocop-shopify (2.18 .0 )
266266 rubocop (~> 1.62 )
267267 ruby-progressbar (1.13.0 )
268268 securerandom (0.4.1 )
@@ -333,7 +333,7 @@ DEPENDENCIES
333333 rspec (~> 3.2 )
334334 rubocop
335335 rubocop-performance
336- rubocop-shopify ( >= 2.8.0 )
336+ rubocop-shopify
337337 shopify-money !
338338 simplecov
339339 sqlite3
You can’t perform that action at this time.
0 commit comments