Skip to content

Commit 806fa32

Browse files
committed
Update rubocop and minitest versions
1 parent be58b68 commit 806fa32

File tree

2 files changed

+29
-22
lines changed

2 files changed

+29
-22
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'minitest'
44
gem 'rake'
55
gem 'mocha', require: false
6-
gem 'rubocop', '~> 1.50.0', require: false
6+
gem 'rubocop', '~> 1.62.1', require: false
77
gem 'rubocop-minitest', require: false
88
gem 'rubocop-rake', require: false
99
gem 'simplecov', require: false

Gemfile.lock

+28-21
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,59 @@ GEM
33
specs:
44
ast (2.4.2)
55
docile (1.4.0)
6-
json (2.6.3)
7-
minitest (5.14.4)
8-
mocha (1.13.0)
9-
parallel (1.23.0)
10-
parser (3.2.2.1)
6+
json (2.7.1)
7+
language_server-protocol (3.17.0.3)
8+
minitest (5.22.3)
9+
mocha (2.1.0)
10+
ruby2_keywords (>= 0.0.5)
11+
parallel (1.24.0)
12+
parser (3.3.0.5)
1113
ast (~> 2.4.1)
14+
racc
15+
racc (1.7.3)
1216
rainbow (3.1.1)
13-
rake (13.0.6)
14-
regexp_parser (2.8.0)
15-
rexml (3.2.5)
16-
rubocop (1.50.2)
17+
rake (13.1.0)
18+
regexp_parser (2.9.0)
19+
rexml (3.2.6)
20+
rubocop (1.62.1)
1721
json (~> 2.3)
22+
language_server-protocol (>= 3.17.0)
1823
parallel (~> 1.10)
19-
parser (>= 3.2.0.0)
24+
parser (>= 3.3.0.2)
2025
rainbow (>= 2.2.2, < 4.0)
2126
regexp_parser (>= 1.8, < 3.0)
2227
rexml (>= 3.2.5, < 4.0)
23-
rubocop-ast (>= 1.28.0, < 2.0)
28+
rubocop-ast (>= 1.31.1, < 2.0)
2429
ruby-progressbar (~> 1.7)
2530
unicode-display_width (>= 2.4.0, < 3.0)
26-
rubocop-ast (1.28.0)
27-
parser (>= 3.2.1.0)
28-
rubocop-minitest (0.15.0)
29-
rubocop (>= 0.90, < 2.0)
31+
rubocop-ast (1.31.2)
32+
parser (>= 3.3.0.4)
33+
rubocop-minitest (0.35.0)
34+
rubocop (>= 1.61, < 2.0)
35+
rubocop-ast (>= 1.31.1, < 2.0)
3036
rubocop-rake (0.6.0)
3137
rubocop (~> 1.0)
3238
ruby-progressbar (1.13.0)
33-
simplecov (0.21.2)
39+
ruby2_keywords (0.0.5)
40+
simplecov (0.22.0)
3441
docile (~> 1.1)
3542
simplecov-html (~> 0.11)
3643
simplecov_json_formatter (~> 0.1)
3744
simplecov-html (0.12.3)
38-
simplecov_json_formatter (0.1.3)
39-
unicode-display_width (2.4.2)
45+
simplecov_json_formatter (0.1.4)
46+
unicode-display_width (2.5.0)
4047

4148
PLATFORMS
42-
ruby
49+
x86_64-linux
4350

4451
DEPENDENCIES
4552
minitest
4653
mocha
4754
rake
48-
rubocop (~> 1.50.0)
55+
rubocop (~> 1.62.1)
4956
rubocop-minitest
5057
rubocop-rake
5158
simplecov
5259

5360
BUNDLED WITH
54-
2.2.22
61+
2.4.10

0 commit comments

Comments
 (0)