File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ group :development do
13
13
gem "rake" , "~> 13.0"
14
14
gem "rake-compiler"
15
15
gem "rb_sys" , "~> 0.9.102"
16
- gem "rubocop" , "~> 1.21 "
16
+ gem "rubocop" , "~> 1.67 "
17
17
end
Original file line number Diff line number Diff line change 11
11
diff-lcs (1.5.1 )
12
12
json (2.7.2 )
13
13
language_server-protocol (3.17.0.3 )
14
- parallel (1.25.1 )
15
- parser (3.3.3 .0 )
14
+ parallel (1.26.3 )
15
+ parser (3.3.5 .0 )
16
16
ast (~> 2.4.1 )
17
17
racc
18
- racc (1.8.0 )
18
+ racc (1.8.1 )
19
19
rainbow (3.1.1 )
20
20
rake (13.2.1 )
21
21
rake-compiler (1.2.7 )
22
22
rake
23
23
rb_sys (0.9.102 )
24
24
regexp_parser (2.9.2 )
25
- rexml (3.3.0 )
26
- strscan
27
25
rspec (3.13.0 )
28
26
rspec-core (~> 3.13.0 )
29
27
rspec-expectations (~> 3.13.0 )
37
35
diff-lcs (>= 1.2.0 , < 2.0 )
38
36
rspec-support (~> 3.13.0 )
39
37
rspec-support (3.13.1 )
40
- rubocop (1.64.1 )
38
+ rubocop (1.67.0 )
41
39
json (~> 2.3 )
42
40
language_server-protocol (>= 3.17.0 )
43
41
parallel (~> 1.10 )
44
42
parser (>= 3.3.0.2 )
45
43
rainbow (>= 2.2.2 , < 4.0 )
46
- regexp_parser (>= 1.8 , < 3.0 )
47
- rexml (>= 3.2.5 , < 4.0 )
48
- rubocop-ast (>= 1.31.1 , < 2.0 )
44
+ regexp_parser (>= 2.4 , < 3.0 )
45
+ rubocop-ast (>= 1.32.2 , < 2.0 )
49
46
ruby-progressbar (~> 1.7 )
50
47
unicode-display_width (>= 2.4.0 , < 3.0 )
51
- rubocop-ast (1.31 .3 )
48
+ rubocop-ast (1.32 .3 )
52
49
parser (>= 3.3.1.0 )
53
50
ruby-progressbar (1.13.0 )
54
- strscan (3.1.0 )
55
- unicode-display_width (2.5.0 )
51
+ unicode-display_width (2.6.0 )
56
52
57
53
PLATFORMS
58
54
ruby
@@ -63,7 +59,7 @@ DEPENDENCIES
63
59
rake-compiler
64
60
rb_sys (~> 0.9.102 )
65
61
rspec (~> 3.0 )
66
- rubocop (~> 1.21 )
62
+ rubocop (~> 1.67 )
67
63
68
64
BUNDLED WITH
69
65
2.4.4
You can’t perform that action at this time.
0 commit comments