File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
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 "mocha"
13
- gem "rubocop-shopify" , "~> 2.13 " , require : false
13
+ gem "rubocop-shopify" , "~> 2.14 " , require : false
14
14
gem "rubocop-minitest" , "~> 0.31.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 123
123
nokogiri (1.15.2-x86_64-linux )
124
124
racc (~> 1.4 )
125
125
parallel (1.23.0 )
126
- parser (3.2.2.1 )
126
+ parser (3.2.2.3 )
127
127
ast (~> 2.4.1 )
128
+ racc
128
129
prettier_print (1.2.1 )
129
130
psych (5.1.0 )
130
131
stringio
@@ -170,28 +171,28 @@ GEM
170
171
unparser
171
172
rdoc (6.5.0 )
172
173
psych (>= 4.0.0 )
173
- regexp_parser (2.8.0 )
174
+ regexp_parser (2.8.1 )
174
175
reline (0.3.4 )
175
176
io-console (~> 0.5 )
176
177
rexml (3.2.5 )
177
- rubocop (1.51.0 )
178
+ rubocop (1.52.1 )
178
179
json (~> 2.3 )
179
180
parallel (~> 1.10 )
180
- parser (>= 3.2.0.0 )
181
+ parser (>= 3.2.2.3 )
181
182
rainbow (>= 2.2.2 , < 4.0 )
182
183
regexp_parser (>= 1.8 , < 3.0 )
183
184
rexml (>= 3.2.5 , < 4.0 )
184
185
rubocop-ast (>= 1.28.0 , < 2.0 )
185
186
ruby-progressbar (~> 1.7 )
186
187
unicode-display_width (>= 2.4.0 , < 3.0 )
187
- rubocop-ast (1.28.1 )
188
+ rubocop-ast (1.29.0 )
188
189
parser (>= 3.2.1.0 )
189
190
rubocop-minitest (0.31.0 )
190
191
rubocop (>= 1.39 , < 2.0 )
191
192
rubocop-rake (0.6.0 )
192
193
rubocop (~> 1.0 )
193
- rubocop-shopify (2.13 .0 )
194
- rubocop (~> 1.50 )
194
+ rubocop-shopify (2.14 .0 )
195
+ rubocop (~> 1.51 )
195
196
rubocop-sorbet (0.7.0 )
196
197
rubocop (>= 0.90.0 )
197
198
ruby-lsp (0.5.1 )
@@ -256,7 +257,7 @@ DEPENDENCIES
256
257
rdoc
257
258
rubocop-minitest (~> 0.31.0 )
258
259
rubocop-rake (~> 0.6.0 )
259
- rubocop-shopify (~> 2.13 )
260
+ rubocop-shopify (~> 2.14 )
260
261
rubocop-sorbet (~> 0.7 )
261
262
ruby-lsp-rails !
262
263
sorbet-static-and-runtime
You can’t perform that action at this time.
0 commit comments