File tree 2 files changed +22
-18
lines changed
2 files changed +22
-18
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ source 'https://rubygems.org'
2
2
gem 'jekyll-redirect-from'
3
3
gem 'jekyll-scalafiddle'
4
4
gem 'html-proofer'
5
+ gem 'kramdown-parser-gfm'
5
6
# gem 'html-proofer' # link-checking: bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href
6
7
7
8
# group :jekyll_plugins do
Original file line number Diff line number Diff line change 4
4
addressable (2.7.0 )
5
5
public_suffix (>= 2.0.2 , < 5.0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.5 )
7
+ concurrent-ruby (1.1.7 )
8
8
em-websocket (0.5.1 )
9
9
eventmachine (>= 0.12.9 )
10
10
http_parser.rb (~> 0.6.0 )
11
11
ethon (0.12.0 )
12
12
ffi (>= 1.3.0 )
13
13
eventmachine (1.2.7 )
14
- ffi (1.12.2 )
14
+ ffi (1.13.1 )
15
15
forwardable-extended (2.6.0 )
16
16
html-proofer (3.15.3 )
17
17
addressable (~> 2.3 )
24
24
http_parser.rb (0.6.0 )
25
25
i18n (0.9.5 )
26
26
concurrent-ruby (~> 1.0 )
27
- jekyll (3.8.6 )
27
+ jekyll (3.9.0 )
28
28
addressable (~> 2.4 )
29
29
colorator (~> 1.0 )
30
30
em-websocket (~> 0.5 )
31
31
i18n (~> 0.7 )
32
32
jekyll-sass-converter (~> 1.0 )
33
33
jekyll-watch (~> 2.0 )
34
- kramdown (~> 1.14 )
34
+ kramdown (>= 1.17 , < 3 )
35
35
liquid (~> 4.0 )
36
36
mercenary (~> 0.3.3 )
37
37
pathutil (~> 0.9 )
45
45
jekyll (~> 3.0 )
46
46
jekyll-watch (2.2.1 )
47
47
listen (~> 3.0 )
48
- kramdown (1.17.0 )
48
+ kramdown (2.3.0 )
49
+ rexml
50
+ kramdown-parser-gfm (1.1.0 )
51
+ kramdown (~> 2.0 )
49
52
liquid (4.0.3 )
50
- listen (3.1.5 )
51
- rb-fsevent (~> 0.9 , >= 0.9.4 )
52
- rb-inotify (~> 0.9 , >= 0.9.7 )
53
- ruby_dep (~> 1.2 )
53
+ listen (3.2.1 )
54
+ rb-fsevent (~> 0.10 , >= 0.10.3 )
55
+ rb-inotify (~> 0.9 , >= 0.9.10 )
54
56
mercenary (0.3.6 )
55
57
mini_portile2 (2.4.0 )
56
- nokogiri (1.10.9 )
58
+ nokogiri (1.10.10 )
57
59
mini_portile2 (~> 2.4.0 )
58
60
nokogumbo (2.0.2 )
59
61
nokogiri (~> 1.8 , >= 1.8.4 )
60
- parallel (1.19.1 )
62
+ parallel (1.19.2 )
61
63
pathutil (0.16.2 )
62
64
forwardable-extended (~> 2.6 )
63
- public_suffix (4.0.4 )
65
+ public_suffix (4.0.5 )
64
66
rainbow (3.0.0 )
65
- rb-fsevent (0.10.3 )
66
- rb-inotify (0.10.0 )
67
+ rb-fsevent (0.10.4 )
68
+ rb-inotify (0.10.1 )
67
69
ffi (~> 1.0 )
68
- rouge (3.9.0 )
69
- ruby_dep ( 1.5 .0 )
70
+ rexml (3.2.4 )
71
+ rouge ( 3.22 .0 )
70
72
safe_yaml (1.0.5 )
71
73
sass (3.7.4 )
72
74
sass-listen (~> 4.0.0 )
73
75
sass-listen (4.0.0 )
74
76
rb-fsevent (~> 0.9 , >= 0.9.4 )
75
77
rb-inotify (~> 0.9 , >= 0.9.7 )
76
- typhoeus (1.3.1 )
78
+ typhoeus (1.4.0 )
77
79
ethon (>= 0.9.0 )
78
80
yell (2.2.2 )
79
81
@@ -84,6 +86,7 @@ DEPENDENCIES
84
86
html-proofer
85
87
jekyll-redirect-from
86
88
jekyll-scalafiddle
89
+ kramdown-parser-gfm
87
90
88
91
BUNDLED WITH
89
- 1.16 .2
92
+ 1.17 .2
You can’t perform that action at this time.
0 commit comments