Fix dependency (#2396)

This commit is contained in:
Amir Pourmand 2024-05-07 12:42:38 +03:30 committed by GitHub
parent cb0db65d8c
commit 0e54bf6444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -52,7 +52,7 @@ GEM
ffi (1.16.3) ffi (1.16.3)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (4.1.0) gemoji (4.1.0)
google-protobuf (3.25.3-aarch64-linux) google-protobuf (3.25.3)
html-pipeline (2.14.3) html-pipeline (2.14.3)
activesupport (>= 2) activesupport (>= 2)
nokogiri (>= 1.4) nokogiri (>= 1.4)
@ -127,7 +127,7 @@ GEM
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
latex-decode (0.4.0) latex-decode (0.4.0)
libv8-node (18.19.0.0-aarch64-linux) libv8-node (21.7.2.0)
liquid (4.0.4) liquid (4.0.4)
listen (3.9.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
@ -138,14 +138,14 @@ GEM
matrix (0.4.2) matrix (0.4.2)
mercenary (0.4.0) mercenary (0.4.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_racer (0.9.0) mini_racer (0.12.0)
libv8-node (~> 18.19.0.0) libv8-node (~> 21.7.2.0)
minitest (5.22.3) minitest (5.22.3)
multi_xml (0.6.0) multi_xml (0.6.0)
mutex_m (0.2.0) mutex_m (0.2.0)
namae (1.2.0) namae (1.2.0)
racc (~> 1.7) racc (~> 1.7)
nokogiri (1.16.3-aarch64-linux) nokogiri (1.16.3)
racc (~> 1.4) racc (~> 1.4)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
@ -174,6 +174,7 @@ GEM
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
x86_64-linux-gnu
DEPENDENCIES DEPENDENCIES
classifier-reborn classifier-reborn

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
jekyll: jekyll:
image: amirpourmand/al-folio:slim image: amirpourmand/al-folio:slim
build: . #build: .
ports: ports:
- 8080:8080 - 8080:8080
- 35729:35729 - 35729:35729