File tree 2 files changed +18
-16
lines changed
2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
gem 'minitest'
4
4
gem 'rake'
5
5
gem 'mocha' , require : false
6
- gem 'rubocop' , '~> 1.21 ' , require : false
6
+ gem 'rubocop' , '~> 1.50.0 ' , require : false
7
7
gem 'rubocop-minitest' , require : false
8
8
gem 'rubocop-rake' , require : false
9
9
gem 'simplecov' , require : false
Original file line number Diff line number Diff line change 3
3
specs:
4
4
ast (2.4.2 )
5
5
docile (1.4.0 )
6
+ json (2.6.3 )
6
7
minitest (5.14.4 )
7
8
mocha (1.13.0 )
8
- parallel (1.21 .0 )
9
- parser (3.0 .2.0 )
9
+ parallel (1.23 .0 )
10
+ parser (3.2 .2.1 )
10
11
ast (~> 2.4.1 )
11
- rainbow (3.0.0 )
12
+ rainbow (3.1.1 )
12
13
rake (13.0.6 )
13
- regexp_parser (2.1.1 )
14
+ regexp_parser (2.8.0 )
14
15
rexml (3.2.5 )
15
- rubocop (1.21.0 )
16
+ rubocop (1.50.2 )
17
+ json (~> 2.3 )
16
18
parallel (~> 1.10 )
17
- parser (>= 3.0 .0.0 )
19
+ parser (>= 3.2 .0.0 )
18
20
rainbow (>= 2.2.2 , < 4.0 )
19
21
regexp_parser (>= 1.8 , < 3.0 )
20
- rexml
21
- rubocop-ast (>= 1.9.1 , < 2.0 )
22
+ rexml ( >= 3.2.5 , < 4.0 )
23
+ rubocop-ast (>= 1.28.0 , < 2.0 )
22
24
ruby-progressbar (~> 1.7 )
23
- unicode-display_width (>= 1 .4.0 , < 3.0 )
24
- rubocop-ast (1.11 .0 )
25
- parser (>= 3.0 .1.1 )
25
+ unicode-display_width (>= 2 .4.0 , < 3.0 )
26
+ rubocop-ast (1.28 .0 )
27
+ parser (>= 3.2 .1.0 )
26
28
rubocop-minitest (0.15.0 )
27
29
rubocop (>= 0.90 , < 2.0 )
28
30
rubocop-rake (0.6.0 )
29
31
rubocop (~> 1.0 )
30
- ruby-progressbar (1.11 .0 )
32
+ ruby-progressbar (1.13 .0 )
31
33
simplecov (0.21.2 )
32
34
docile (~> 1.1 )
33
35
simplecov-html (~> 0.11 )
34
36
simplecov_json_formatter (~> 0.1 )
35
37
simplecov-html (0.12.3 )
36
38
simplecov_json_formatter (0.1.3 )
37
- unicode-display_width (2.1.0 )
39
+ unicode-display_width (2.4.2 )
38
40
39
41
PLATFORMS
40
42
ruby
@@ -43,10 +45,10 @@ DEPENDENCIES
43
45
minitest
44
46
mocha
45
47
rake
46
- rubocop (~> 1.21 )
48
+ rubocop (~> 1.50.0 )
47
49
rubocop-minitest
48
50
rubocop-rake
49
51
simplecov
50
52
51
53
BUNDLED WITH
52
- 2.1.4
54
+ 2.2.22
You can’t perform that action at this time.
0 commit comments