Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 1d9c114

Browse files
committed
Added html-proofer gem.
This will also add rake, which TravisCI is choking without.
1 parent bc1e1d7 commit 1d9c114

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ source "https://rubygems.org"
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
1111
gem "jekyll", "~> 3.8.5"
12+
gem "html-proofer"

Gemfile.lock

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (5.2.3)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
49
addressable (2.6.0)
510
public_suffix (>= 2.0.2, < 4.0)
611
colorator (1.1.0)
712
concurrent-ruby (1.1.5)
813
em-websocket (0.5.1)
914
eventmachine (>= 0.12.9)
1015
http_parser.rb (~> 0.6.0)
16+
ethon (0.12.0)
17+
ffi (>= 1.3.0)
1118
eventmachine (1.2.7)
1219
ffi (1.11.1)
1320
forwardable-extended (2.6.0)
21+
html-proofer (3.11.1)
22+
activesupport (>= 4.2, < 6.0)
23+
addressable (~> 2.3)
24+
mercenary (~> 0.3.2)
25+
nokogiri (~> 1.9)
26+
parallel (~> 1.3)
27+
rainbow (~> 3.0)
28+
typhoeus (~> 1.3)
29+
yell (~> 2.0)
1430
http_parser.rb (0.6.0)
1531
i18n (0.9.5)
1632
concurrent-ruby (~> 1.0)
@@ -38,9 +54,15 @@ GEM
3854
rb-inotify (~> 0.9, >= 0.9.7)
3955
ruby_dep (~> 1.2)
4056
mercenary (0.3.6)
57+
mini_portile2 (2.4.0)
58+
minitest (5.11.3)
59+
nokogiri (1.10.3)
60+
mini_portile2 (~> 2.4.0)
61+
parallel (1.17.0)
4162
pathutil (0.16.2)
4263
forwardable-extended (~> 2.6)
4364
public_suffix (3.1.0)
65+
rainbow (3.0.0)
4466
rb-fsevent (0.10.3)
4567
rb-inotify (0.10.0)
4668
ffi (~> 1.0)
@@ -52,12 +74,19 @@ GEM
5274
sass-listen (4.0.0)
5375
rb-fsevent (~> 0.9, >= 0.9.4)
5476
rb-inotify (~> 0.9, >= 0.9.7)
77+
thread_safe (0.3.6)
78+
typhoeus (1.3.1)
79+
ethon (>= 0.9.0)
80+
tzinfo (1.2.5)
81+
thread_safe (~> 0.1)
82+
yell (2.2.0)
5583

5684
PLATFORMS
5785
ruby
5886

5987
DEPENDENCIES
88+
html-proofer
6089
jekyll (~> 3.8.5)
6190

6291
BUNDLED WITH
63-
1.16.1
92+
1.17.3

0 commit comments

Comments
 (0)