File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem 'benchmark'
9
9
gem 'minitest' , '5.23.1'
10
10
gem 'pry' , '0.14.2'
11
11
gem 'rake' , '13.2.1'
12
- gem 'rubocop' , '1.63.4 '
12
+ gem 'rubocop' , '1.64.0 '
13
13
gem 'rubocop-minitest' , '0.35.0'
14
14
gem 'rubocop-rake' , '0.6.0'
15
15
gem 'simplecov' , '0.22.0'
Original file line number Diff line number Diff line change 26
26
pry (0.14.2 )
27
27
coderay (~> 1.1 )
28
28
method_source (~> 1.0 )
29
- racc (1.7.3 )
29
+ racc (1.8.0 )
30
30
rainbow (3.1.1 )
31
31
rake (13.2.1 )
32
- regexp_parser (2.9.0 )
33
- rexml (3.2.6 )
34
- rubocop (1.63.4 )
32
+ regexp_parser (2.9.2 )
33
+ rexml (3.2.8 )
34
+ strscan (>= 3.0.9 )
35
+ rubocop (1.64.0 )
35
36
json (~> 2.3 )
36
37
language_server-protocol (>= 3.17.0 )
37
38
parallel (~> 1.10 )
42
43
rubocop-ast (>= 1.31.1 , < 2.0 )
43
44
ruby-progressbar (~> 1.7 )
44
45
unicode-display_width (>= 2.4.0 , < 3.0 )
45
- rubocop-ast (1.31.2 )
46
- parser (>= 3.3.0.4 )
46
+ rubocop-ast (1.31.3 )
47
+ parser (>= 3.3.1.0 )
47
48
rubocop-minitest (0.35.0 )
48
49
rubocop (>= 1.61 , < 2.0 )
49
50
rubocop-ast (>= 1.31.1 , < 2.0 )
56
57
simplecov_json_formatter (~> 0.1 )
57
58
simplecov-html (0.12.3 )
58
59
simplecov_json_formatter (0.1.4 )
60
+ strscan (3.1.0 )
59
61
test-unit (3.6.2 )
60
62
power_assert
61
63
timecop (0.9.8 )
@@ -72,7 +74,7 @@ DEPENDENCIES
72
74
minitest (= 5.23.1 )
73
75
pry (= 0.14.2 )
74
76
rake (= 13.2.1 )
75
- rubocop (= 1.63.4 )
77
+ rubocop (= 1.64.0 )
76
78
rubocop-minitest (= 0.35.0 )
77
79
rubocop-rake (= 0.6.0 )
78
80
simplecov (= 0.22.0 )
You can’t perform that action at this time.
0 commit comments