Fix dependency (#2396)
This commit is contained in:
parent
cb0db65d8c
commit
0e54bf6444
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -52,7 +52,7 @@ GEM
|
|||
ffi (1.16.3)
|
||||
forwardable-extended (2.6.0)
|
||||
gemoji (4.1.0)
|
||||
google-protobuf (3.25.3-aarch64-linux)
|
||||
google-protobuf (3.25.3)
|
||||
html-pipeline (2.14.3)
|
||||
activesupport (>= 2)
|
||||
nokogiri (>= 1.4)
|
||||
|
|
@ -127,7 +127,7 @@ GEM
|
|||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
latex-decode (0.4.0)
|
||||
libv8-node (18.19.0.0-aarch64-linux)
|
||||
libv8-node (21.7.2.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
|
|
@ -138,14 +138,14 @@ GEM
|
|||
matrix (0.4.2)
|
||||
mercenary (0.4.0)
|
||||
mini_mime (1.1.5)
|
||||
mini_racer (0.9.0)
|
||||
libv8-node (~> 18.19.0.0)
|
||||
mini_racer (0.12.0)
|
||||
libv8-node (~> 21.7.2.0)
|
||||
minitest (5.22.3)
|
||||
multi_xml (0.6.0)
|
||||
mutex_m (0.2.0)
|
||||
namae (1.2.0)
|
||||
racc (~> 1.7)
|
||||
nokogiri (1.16.3-aarch64-linux)
|
||||
nokogiri (1.16.3)
|
||||
racc (~> 1.4)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
|
|
@ -174,6 +174,7 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
x86_64-linux-gnu
|
||||
|
||||
DEPENDENCIES
|
||||
classifier-reborn
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
jekyll:
|
||||
image: amirpourmand/al-folio:slim
|
||||
build: .
|
||||
#build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 35729:35729
|
||||
|
|
|
|||
Loading…
Reference in New Issue