File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ group :development, :test do
19
19
end
20
20
21
21
group :development , :lint do
22
- gem 'rubocop' , '~> 1.65 '
22
+ gem 'rubocop' , '~> 1.66 '
23
23
end
24
24
25
25
group :development , :docs do
Original file line number Diff line number Diff line change 16
16
language_server-protocol (3.17.0.3 )
17
17
minitest (5.25.1 )
18
18
paint (2.3.0 )
19
- parallel (1.25.1 )
20
- parser (3.3.4 .0 )
19
+ parallel (1.26.3 )
20
+ parser (3.3.5 .0 )
21
21
ast (~> 2.4.1 )
22
22
racc
23
23
racc (1.8.1 )
24
24
rainbow (3.1.1 )
25
25
rake (13.2.1 )
26
26
regexp_parser (2.9.2 )
27
- rexml (3.3.6 )
28
- strscan
29
- rubocop (1.65.1 )
27
+ rubocop (1.66.1 )
30
28
json (~> 2.3 )
31
29
language_server-protocol (>= 3.17.0 )
32
30
parallel (~> 1.10 )
33
31
parser (>= 3.3.0.2 )
34
32
rainbow (>= 2.2.2 , < 4.0 )
35
33
regexp_parser (>= 2.4 , < 3.0 )
36
- rexml (>= 3.2.5 , < 4.0 )
37
- rubocop-ast (>= 1.31.1 , < 2.0 )
34
+ rubocop-ast (>= 1.32.2 , < 2.0 )
38
35
ruby-progressbar (~> 1.7 )
39
36
unicode-display_width (>= 2.4.0 , < 3.0 )
40
- rubocop-ast (1.31 .3 )
37
+ rubocop-ast (1.32 .3 )
41
38
parser (>= 3.3.1.0 )
42
39
ruby-progressbar (1.13.0 )
43
- strscan (3.1.0 )
44
40
unicode-display_width (2.5.0 )
45
41
yard (0.9.36 )
46
42
@@ -56,7 +52,7 @@ DEPENDENCIES
56
52
minitest (~> 5.25 )
57
53
paint (~> 2.3 )
58
54
rake (~> 13.2 )
59
- rubocop (~> 1.65 )
55
+ rubocop (~> 1.66 )
60
56
yard (>= 0.9.27 , < 0.10 )
61
57
62
58
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments