Skip to content

Commit fd9cdfd

Browse files
committed
Update gems
1 parent ceb7540 commit fd9cdfd

File tree

1 file changed

+31
-35
lines changed

1 file changed

+31
-35
lines changed

Gemfile.lock

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,53 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.0)
5-
byebug (11.0.0)
5+
byebug (11.1.1)
66
diff-lcs (1.3)
7-
docile (1.3.1)
8-
jaro_winkler (1.5.2)
9-
jasmine (3.3.0)
10-
jasmine-core (~> 3.3.0)
7+
docile (1.3.2)
8+
jaro_winkler (1.5.4)
9+
jasmine (3.5.1)
10+
jasmine-core (~> 3.5.0)
1111
phantomjs
1212
rack (>= 1.2.1)
1313
rake
14-
jasmine-core (3.3.0)
15-
json (2.1.0)
16-
parallel (1.13.0)
17-
parser (2.6.0.0)
14+
jasmine-core (3.5.0)
15+
parallel (1.19.1)
16+
parser (2.7.0.2)
1817
ast (~> 2.4.0)
1918
phantomjs (2.1.1.0)
20-
powerpack (0.1.2)
21-
psych (3.1.0)
22-
rack (2.0.6)
19+
rack (2.2.2)
2320
rainbow (3.0.0)
24-
rake (12.3.2)
25-
rspec (3.8.0)
26-
rspec-core (~> 3.8.0)
27-
rspec-expectations (~> 3.8.0)
28-
rspec-mocks (~> 3.8.0)
29-
rspec-core (3.8.0)
30-
rspec-support (~> 3.8.0)
31-
rspec-expectations (3.8.2)
21+
rake (13.0.1)
22+
rexml (3.2.4)
23+
rspec (3.9.0)
24+
rspec-core (~> 3.9.0)
25+
rspec-expectations (~> 3.9.0)
26+
rspec-mocks (~> 3.9.0)
27+
rspec-core (3.9.1)
28+
rspec-support (~> 3.9.1)
29+
rspec-expectations (3.9.0)
3230
diff-lcs (>= 1.2.0, < 2.0)
33-
rspec-support (~> 3.8.0)
34-
rspec-mocks (3.8.0)
31+
rspec-support (~> 3.9.0)
32+
rspec-mocks (3.9.1)
3533
diff-lcs (>= 1.2.0, < 2.0)
36-
rspec-support (~> 3.8.0)
37-
rspec-support (3.8.0)
38-
rubocop (0.65.0)
34+
rspec-support (~> 3.9.0)
35+
rspec-support (3.9.2)
36+
rubocop (0.80.0)
3937
jaro_winkler (~> 1.5.1)
4038
parallel (~> 1.10)
41-
parser (>= 2.5, != 2.5.1.1)
42-
powerpack (~> 0.1)
43-
psych (>= 3.1.0)
39+
parser (>= 2.7.0.1)
4440
rainbow (>= 2.2.2, < 4.0)
41+
rexml
4542
ruby-progressbar (~> 1.7)
46-
unicode-display_width (~> 1.4.0)
47-
ruby-progressbar (1.10.0)
48-
simplecov (0.16.1)
43+
unicode-display_width (>= 1.4.0, < 1.7)
44+
ruby-progressbar (1.10.1)
45+
simplecov (0.18.2)
4946
docile (~> 1.1)
50-
json (>= 1.8, < 3)
51-
simplecov-html (~> 0.10.0)
52-
simplecov-html (0.10.2)
47+
simplecov-html (~> 0.11)
48+
simplecov-html (0.12.0)
5349
simplecov-rcov (0.2.3)
5450
simplecov (>= 0.4.1)
55-
unicode-display_width (1.4.1)
51+
unicode-display_width (1.6.1)
5652

5753
PLATFORMS
5854
ruby

0 commit comments

Comments
 (0)