File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ gem "webrick"
8
8
gem "jekyll-redirect-from"
9
9
gem "jekyll-email-protect"
10
10
gem "kramdown-math-katex"
11
+ gem "therubyracer" # JS engine to run katex
Original file line number Diff line number Diff line change 240
240
kramdown (~> 2.0 )
241
241
kramdown-parser-gfm (1.1.0 )
242
242
kramdown (~> 2.0 )
243
+ libv8 (3.16.14.19.1 )
244
+ libv8 (3.16.14.19.1-arm-linux )
245
+ libv8 (3.16.14.19.1-universal-darwin )
246
+ libv8 (3.16.14.19.1-x86-linux )
247
+ libv8 (3.16.14.19.1-x86_64-darwin )
248
+ libv8 (3.16.14.19.1-x86_64-linux )
243
249
liquid (4.0.4 )
244
250
listen (3.9.0 )
245
251
rb-inotify (~> 0.9 , >= 0.9.10 )
275
281
rb-fsevent (0.11.2 )
276
282
rb-inotify (0.11.1 )
277
283
ffi (~> 1.0 )
284
+ ref (2.0.0 )
278
285
rexml (3.3.9 )
279
286
rouge (3.30.0 )
280
287
rubyzip (2.3.2 )
291
298
simpleidn (0.2.3 )
292
299
terminal-table (1.8.0 )
293
300
unicode-display_width (~> 1.1 , >= 1.1.1 )
301
+ therubyracer (0.12.3 )
302
+ libv8 (~> 3.16.14.15 )
303
+ ref
294
304
typhoeus (1.4.1 )
295
305
ethon (>= 0.9.0 )
296
306
tzinfo (2.0.6 )
@@ -320,6 +330,7 @@ DEPENDENCIES
320
330
jekyll-redirect-from
321
331
just-the-docs (= 0.10.0 )
322
332
kramdown-math-katex
333
+ therubyracer
323
334
webrick
324
335
325
336
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments