This repository was archived by the owner on Jun 2, 2020. It is now read-only.
File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ source "https://rubygems.org"
9
9
# This will help ensure the proper Jekyll version is running.
10
10
# Happy Jekylling!
11
11
gem "jekyll" , "~> 3.8.5"
12
+ gem "html-proofer"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
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 )
4
9
addressable (2.6.0 )
5
10
public_suffix (>= 2.0.2 , < 4.0 )
6
11
colorator (1.1.0 )
7
12
concurrent-ruby (1.1.5 )
8
13
em-websocket (0.5.1 )
9
14
eventmachine (>= 0.12.9 )
10
15
http_parser.rb (~> 0.6.0 )
16
+ ethon (0.12.0 )
17
+ ffi (>= 1.3.0 )
11
18
eventmachine (1.2.7 )
12
19
ffi (1.11.1 )
13
20
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 )
14
30
http_parser.rb (0.6.0 )
15
31
i18n (0.9.5 )
16
32
concurrent-ruby (~> 1.0 )
38
54
rb-inotify (~> 0.9 , >= 0.9.7 )
39
55
ruby_dep (~> 1.2 )
40
56
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 )
41
62
pathutil (0.16.2 )
42
63
forwardable-extended (~> 2.6 )
43
64
public_suffix (3.1.0 )
65
+ rainbow (3.0.0 )
44
66
rb-fsevent (0.10.3 )
45
67
rb-inotify (0.10.0 )
46
68
ffi (~> 1.0 )
52
74
sass-listen (4.0.0 )
53
75
rb-fsevent (~> 0.9 , >= 0.9.4 )
54
76
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 )
55
83
56
84
PLATFORMS
57
85
ruby
58
86
59
87
DEPENDENCIES
88
+ html-proofer
60
89
jekyll (~> 3.8.5 )
61
90
62
91
BUNDLED WITH
63
- 1.16.1
92
+ 1.17.3
You can’t perform that action at this time.
0 commit comments