File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem "puma"
10
10
gem "sqlite3"
11
11
gem "debug" , ">= 1.7.0"
12
12
gem "rubocop" , "~> 1.48" , require : false
13
- gem "rubocop-shopify" , "~> 2.12 " , require : false
13
+ gem "rubocop-shopify" , "~> 2.13 " , require : false
14
14
gem "rubocop-minitest" , "~> 0.30.0" , require : false
15
15
gem "rubocop-rake" , "~> 0.6.0" , require : false
16
16
gem "rubocop-sorbet" , "~> 0.7" , require : false
Original file line number Diff line number Diff line change @@ -172,18 +172,18 @@ GEM
172
172
parser (>= 2.6.4.0 )
173
173
sorbet-runtime (>= 0.5.9204 )
174
174
unparser
175
- regexp_parser (2.7 .0 )
175
+ regexp_parser (2.8 .0 )
176
176
reline (0.3.3 )
177
177
io-console (~> 0.5 )
178
178
rexml (3.2.5 )
179
- rubocop (1.48.1 )
179
+ rubocop (1.50.2 )
180
180
json (~> 2.3 )
181
181
parallel (~> 1.10 )
182
182
parser (>= 3.2.0.0 )
183
183
rainbow (>= 2.2.2 , < 4.0 )
184
184
regexp_parser (>= 1.8 , < 3.0 )
185
185
rexml (>= 3.2.5 , < 4.0 )
186
- rubocop-ast (>= 1.26 .0 , < 2.0 )
186
+ rubocop-ast (>= 1.28 .0 , < 2.0 )
187
187
ruby-progressbar (~> 1.7 )
188
188
unicode-display_width (>= 2.4.0 , < 3.0 )
189
189
rubocop-ast (1.28.0 )
192
192
rubocop (>= 1.39 , < 2.0 )
193
193
rubocop-rake (0.6.0 )
194
194
rubocop (~> 1.0 )
195
- rubocop-shopify (2.12 .0 )
196
- rubocop (~> 1.44 )
195
+ rubocop-shopify (2.13 .0 )
196
+ rubocop (~> 1.50 )
197
197
rubocop-sorbet (0.7.0 )
198
198
rubocop (>= 0.90.0 )
199
199
ruby-progressbar (1.13.0 )
@@ -252,7 +252,7 @@ DEPENDENCIES
252
252
rubocop (~> 1.48 )
253
253
rubocop-minitest (~> 0.30.0 )
254
254
rubocop-rake (~> 0.6.0 )
255
- rubocop-shopify (~> 2.12 )
255
+ rubocop-shopify (~> 2.13 )
256
256
rubocop-sorbet (~> 0.7 )
257
257
ruby-lsp !
258
258
sorbet-static-and-runtime
You can’t perform that action at this time.
0 commit comments