Skip to content

Commit 53fc220

Browse files
committed
gemfile
1 parent 53647c6 commit 53fc220

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ gem "webrick"
88
gem "jekyll-redirect-from"
99
gem "jekyll-email-protect"
1010
gem "kramdown-math-katex"
11+
gem "therubyracer" # JS engine to run katex

Gemfile.lock

+11
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ GEM
240240
kramdown (~> 2.0)
241241
kramdown-parser-gfm (1.1.0)
242242
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)
243249
liquid (4.0.4)
244250
listen (3.9.0)
245251
rb-inotify (~> 0.9, >= 0.9.10)
@@ -275,6 +281,7 @@ GEM
275281
rb-fsevent (0.11.2)
276282
rb-inotify (0.11.1)
277283
ffi (~> 1.0)
284+
ref (2.0.0)
278285
rexml (3.3.9)
279286
rouge (3.30.0)
280287
rubyzip (2.3.2)
@@ -291,6 +298,9 @@ GEM
291298
simpleidn (0.2.3)
292299
terminal-table (1.8.0)
293300
unicode-display_width (~> 1.1, >= 1.1.1)
301+
therubyracer (0.12.3)
302+
libv8 (~> 3.16.14.15)
303+
ref
294304
typhoeus (1.4.1)
295305
ethon (>= 0.9.0)
296306
tzinfo (2.0.6)
@@ -320,6 +330,7 @@ DEPENDENCIES
320330
jekyll-redirect-from
321331
just-the-docs (= 0.10.0)
322332
kramdown-math-katex
333+
therubyracer
323334
webrick
324335

325336
BUNDLED WITH

0 commit comments

Comments
 (0)