Skip to content

Commit 8cf34ab

Browse files
committed
Update dependencies
1 parent 2fd8e6f commit 8cf34ab

2 files changed

Lines changed: 33 additions & 15 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'rake'
4-
gem 'html-proofer'
4+
gem 'html-proofer', '~>2'

Gemfile.lock

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,50 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.3.7)
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
511
colored (1.2)
6-
ethon (0.7.3)
12+
concurrent-ruby (1.0.5)
13+
ethon (0.11.0)
714
ffi (>= 1.3.0)
8-
ffi (1.9.8)
9-
html-proofer (2.1.0)
15+
ffi (1.9.18)
16+
html-proofer (2.6.4)
17+
activesupport (~> 4.2)
1018
addressable (~> 2.3)
1119
colored (~> 1.2)
1220
mercenary (~> 0.3.2)
1321
nokogiri (~> 1.5)
1422
parallel (~> 1.3)
1523
typhoeus (~> 0.7)
1624
yell (~> 2.0)
17-
mercenary (0.3.5)
18-
mini_portile (0.6.2)
19-
nokogiri (1.6.6.2)
20-
mini_portile (~> 0.6.0)
21-
parallel (1.4.1)
22-
rake (10.4.2)
23-
typhoeus (0.7.1)
24-
ethon (>= 0.7.1)
25-
yell (2.0.5)
25+
i18n (0.9.1)
26+
concurrent-ruby (~> 1.0)
27+
mercenary (0.3.6)
28+
mini_portile2 (2.3.0)
29+
minitest (5.11.1)
30+
nokogiri (1.8.1)
31+
mini_portile2 (~> 2.3.0)
32+
parallel (1.12.1)
33+
public_suffix (3.0.1)
34+
rake (12.3.0)
35+
thread_safe (0.3.6)
36+
typhoeus (0.8.0)
37+
ethon (>= 0.8.0)
38+
tzinfo (1.2.4)
39+
thread_safe (~> 0.1)
40+
yell (2.0.7)
2641

2742
PLATFORMS
2843
ruby
2944

3045
DEPENDENCIES
31-
html-proofer
46+
html-proofer (~> 2)
3247
rake
48+
49+
BUNDLED WITH
50+
1.13.6

0 commit comments

Comments
 (0)