File tree Expand file tree Collapse file tree 2 files changed +22
-18
lines changed Expand file tree Collapse file tree 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'
22gem 'jekyll-redirect-from'
33gem 'jekyll-scalafiddle'
44gem 'html-proofer'
5+ gem 'kramdown-parser-gfm'
56# gem 'html-proofer' # link-checking: bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href
67
78# group :jekyll_plugins do
Original file line number Diff line number Diff line change 44 addressable (2.7.0 )
55 public_suffix (>= 2.0.2 , < 5.0 )
66 colorator (1.1.0 )
7- concurrent-ruby (1.1.5 )
7+ concurrent-ruby (1.1.7 )
88 em-websocket (0.5.1 )
99 eventmachine (>= 0.12.9 )
1010 http_parser.rb (~> 0.6.0 )
1111 ethon (0.12.0 )
1212 ffi (>= 1.3.0 )
1313 eventmachine (1.2.7 )
14- ffi (1.12.2 )
14+ ffi (1.13.1 )
1515 forwardable-extended (2.6.0 )
1616 html-proofer (3.15.3 )
1717 addressable (~> 2.3 )
2424 http_parser.rb (0.6.0 )
2525 i18n (0.9.5 )
2626 concurrent-ruby (~> 1.0 )
27- jekyll (3.8.6 )
27+ jekyll (3.9.0 )
2828 addressable (~> 2.4 )
2929 colorator (~> 1.0 )
3030 em-websocket (~> 0.5 )
3131 i18n (~> 0.7 )
3232 jekyll-sass-converter (~> 1.0 )
3333 jekyll-watch (~> 2.0 )
34- kramdown (~> 1.14 )
34+ kramdown (>= 1.17 , < 3 )
3535 liquid (~> 4.0 )
3636 mercenary (~> 0.3.3 )
3737 pathutil (~> 0.9 )
4545 jekyll (~> 3.0 )
4646 jekyll-watch (2.2.1 )
4747 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 )
4952 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 )
5456 mercenary (0.3.6 )
5557 mini_portile2 (2.4.0 )
56- nokogiri (1.10.9 )
58+ nokogiri (1.10.10 )
5759 mini_portile2 (~> 2.4.0 )
5860 nokogumbo (2.0.2 )
5961 nokogiri (~> 1.8 , >= 1.8.4 )
60- parallel (1.19.1 )
62+ parallel (1.19.2 )
6163 pathutil (0.16.2 )
6264 forwardable-extended (~> 2.6 )
63- public_suffix (4.0.4 )
65+ public_suffix (4.0.5 )
6466 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 )
6769 ffi (~> 1.0 )
68- rouge (3.9.0 )
69- ruby_dep ( 1.5 .0 )
70+ rexml (3.2.4 )
71+ rouge ( 3.22 .0 )
7072 safe_yaml (1.0.5 )
7173 sass (3.7.4 )
7274 sass-listen (~> 4.0.0 )
7375 sass-listen (4.0.0 )
7476 rb-fsevent (~> 0.9 , >= 0.9.4 )
7577 rb-inotify (~> 0.9 , >= 0.9.7 )
76- typhoeus (1.3.1 )
78+ typhoeus (1.4.0 )
7779 ethon (>= 0.9.0 )
7880 yell (2.2.2 )
7981
@@ -84,6 +86,7 @@ DEPENDENCIES
8486 html-proofer
8587 jekyll-redirect-from
8688 jekyll-scalafiddle
89+ kramdown-parser-gfm
8790
8891BUNDLED WITH
89- 1.16 .2
92+ 1.17 .2
You can’t perform that action at this time.
0 commit comments