File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ source "https://rubygems.org"
14
14
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15
15
gem "github-pages" , group : :jekyll_plugins
16
16
# If you have any plugins, put them here!
17
+ gem "kramdown" , ">= 2.3.0"
17
18
# group :jekyll_plugins do
18
19
# gem "jekyll-feed", "~> 0.12"
19
20
# end
Original file line number Diff line number Diff line change 16
16
colorator (1.1.0 )
17
17
commonmarker (0.17.13 )
18
18
ruby-enum (~> 0.5 )
19
- concurrent-ruby (1.1.6 )
20
- dnsruby (1.61.3 )
21
- addressable (~> 2.5 )
19
+ concurrent-ruby (1.1.7 )
20
+ dnsruby (1.61.4 )
21
+ simpleidn (~> 0.1 )
22
22
em-websocket (0.5.1 )
23
23
eventmachine (>= 0.12.9 )
24
24
http_parser.rb (~> 0.6.0 )
31
31
ffi (1.13.1 )
32
32
forwardable-extended (2.6.0 )
33
33
gemoji (3.0.1 )
34
- github-pages (206 )
34
+ github-pages (207 )
35
35
github-pages-health-check (= 1.16.1 )
36
- jekyll (= 3.8.7 )
36
+ jekyll (= 3.9.0 )
37
37
jekyll-avatar (= 0.7.0 )
38
38
jekyll-coffeescript (= 1.1.1 )
39
39
jekyll-commonmark-ghpages (= 0.1.6 )
67
67
jekyll-theme-time-machine (= 0.1.1 )
68
68
jekyll-titles-from-headings (= 0.5.3 )
69
69
jemoji (= 0.11.1 )
70
- kramdown (= 1.17.0 )
70
+ kramdown (= 2.3.0 )
71
+ kramdown-parser-gfm (= 1.1.0 )
71
72
liquid (= 4.0.3 )
72
73
mercenary (~> 0.3 )
73
74
minima (= 2.5.1 )
80
81
octokit (~> 4.0 )
81
82
public_suffix (~> 3.0 )
82
83
typhoeus (~> 1.3 )
83
- html-pipeline (2.13 .0 )
84
+ html-pipeline (2.14 .0 )
84
85
activesupport (>= 2 )
85
86
nokogiri (>= 1.4 )
86
87
http_parser.rb (0.6.0 )
87
88
i18n (0.9.5 )
88
89
concurrent-ruby (~> 1.0 )
89
- jekyll (3.8.7 )
90
+ jekyll (3.9.0 )
90
91
addressable (~> 2.4 )
91
92
colorator (~> 1.0 )
92
93
em-websocket (~> 0.5 )
93
94
i18n (~> 0.7 )
94
95
jekyll-sass-converter (~> 1.0 )
95
96
jekyll-watch (~> 2.0 )
96
- kramdown (~> 1.14 )
97
+ kramdown (>= 1.17 , < 3 )
97
98
liquid (~> 4.0 )
98
99
mercenary (~> 0.3.3 )
99
100
pathutil (~> 0.9 )
191
192
gemoji (~> 3.0 )
192
193
html-pipeline (~> 2.2 )
193
194
jekyll (>= 3.0 , < 5.0 )
194
- kramdown (1.17.0 )
195
+ kramdown (2.3.0 )
196
+ rexml
197
+ kramdown-parser-gfm (1.1.0 )
198
+ kramdown (~> 2.0 )
195
199
liquid (4.0.3 )
196
200
listen (3.2.1 )
197
201
rb-fsevent (~> 0.10 , >= 0.10.3 )
215
219
rb-fsevent (0.10.4 )
216
220
rb-inotify (0.10.1 )
217
221
ffi (~> 1.0 )
222
+ rexml (3.2.4 )
218
223
rouge (3.19.0 )
219
224
ruby-enum (0.8.0 )
220
225
i18n
@@ -228,13 +233,18 @@ GEM
228
233
sawyer (0.8.2 )
229
234
addressable (>= 2.3.5 )
230
235
faraday (> 0.8 , < 2.0 )
236
+ simpleidn (0.1.1 )
237
+ unf (~> 0.1.4 )
231
238
terminal-table (1.8.0 )
232
239
unicode-display_width (~> 1.1 , >= 1.1.1 )
233
240
thread_safe (0.3.6 )
234
241
typhoeus (1.4.0 )
235
242
ethon (>= 0.9.0 )
236
243
tzinfo (1.2.7 )
237
244
thread_safe (~> 0.1 )
245
+ unf (0.1.4 )
246
+ unf_ext
247
+ unf_ext (0.0.7.7 )
238
248
unicode-display_width (1.7.0 )
239
249
zeitwerk (2.4.0 )
240
250
@@ -243,7 +253,7 @@ PLATFORMS
243
253
244
254
DEPENDENCIES
245
255
github-pages
246
- jekyll-feed ( ~> 0.12 )
256
+ kramdown ( >= 2.3.0 )
247
257
tzinfo (~> 1.2 )
248
258
tzinfo-data
249
259
wdm (~> 0.1.1 )
You can’t perform that action at this time.
0 commit comments