File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
parser (3.3.0.5 )
21
21
ast (~> 2.4.1 )
22
22
racc
23
- prism (0.24.0 )
24
23
pry (0.14.1 )
25
24
coderay (~> 1.1 )
26
25
method_source (~> 1.0 )
32
31
rake (13.1.0 )
33
32
regexp_parser (2.9.0 )
34
33
rexml (3.2.6 )
35
- rubocop (1.61 .0 )
34
+ rubocop (1.62 .0 )
36
35
json (~> 2.3 )
37
36
language_server-protocol (>= 3.17.0 )
38
37
parallel (~> 1.10 )
39
38
parser (>= 3.3.0.2 )
40
39
rainbow (>= 2.2.2 , < 4.0 )
41
40
regexp_parser (>= 1.8 , < 3.0 )
42
41
rexml (>= 3.2.5 , < 4.0 )
43
- rubocop-ast (>= 1.30.0 , < 2.0 )
42
+ rubocop-ast (>= 1.31.1 , < 2.0 )
44
43
ruby-progressbar (~> 1.7 )
45
44
unicode-display_width (>= 2.4.0 , < 3.0 )
46
- rubocop-ast (1.31.0 )
45
+ rubocop-ast (1.31.1 )
47
46
parser (>= 3.3.0.4 )
48
- prism (>= 0.24.0 )
49
47
ruby-progressbar (1.13.0 )
50
48
unicode-display_width (2.5.0 )
51
49
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ AllCops:
80
80
CacheRootDirectory :
81
81
AllowSymlinksInCacheRootDirectory : false
82
82
TargetRubyVersion :
83
+ ParserEngine : parser_whitequark
83
84
SuggestExtensions :
84
85
rubocop-rails :
85
86
- rails
You can’t perform that action at this time.
0 commit comments