File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gem "minitest", "~> 5.19"
13
13
gem "minitest-reporters" , "~> 1.6"
14
14
gem "mocha" , "~> 2.1"
15
15
gem "rake" , "~> 13.0"
16
- gem "rubocop" , "~> 1.54 "
16
+ gem "rubocop" , "~> 1.55 "
17
17
gem "rubocop-shopify" , "~> 2.14" , require : false
18
18
gem "rubocop-minitest" , "~> 0.31.0" , require : false
19
19
gem "rubocop-rake" , "~> 0.6.0" , require : false
Original file line number Diff line number Diff line change 98
98
regexp_parser (2.8.1 )
99
99
reline (0.3.5 )
100
100
io-console (~> 0.5 )
101
- rexml (3.2.5 )
102
- rubocop (1.54.2 )
101
+ rexml (3.2.6 )
102
+ rubocop (1.55.0 )
103
103
json (~> 2.3 )
104
104
language_server-protocol (>= 3.17.0 )
105
105
parallel (~> 1.10 )
106
106
parser (>= 3.2.2.3 )
107
107
rainbow (>= 2.2.2 , < 4.0 )
108
108
regexp_parser (>= 1.8 , < 3.0 )
109
109
rexml (>= 3.2.5 , < 4.0 )
110
- rubocop-ast (>= 1.28.0 , < 2.0 )
110
+ rubocop-ast (>= 1.28.1 , < 2.0 )
111
111
ruby-progressbar (~> 1.7 )
112
112
unicode-display_width (>= 2.4.0 , < 3.0 )
113
113
rubocop-ast (1.29.0 )
@@ -186,7 +186,7 @@ DEPENDENCIES
186
186
railties (~> 7.0 )
187
187
rake (~> 13.0 )
188
188
rdoc
189
- rubocop (~> 1.54 )
189
+ rubocop (~> 1.55 )
190
190
rubocop-minitest (~> 0.31.0 )
191
191
rubocop-rake (~> 0.6.0 )
192
192
rubocop-shopify (~> 2.14 )
You can’t perform that action at this time.
0 commit comments