Skip to content

Commit

Permalink
Fix dependency (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 committed May 7, 2024
1 parent cb0db65 commit 0e54bf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -174,6 +174,7 @@ GEM

PLATFORMS
aarch64-linux
x86_64-linux-gnu

DEPENDENCIES
classifier-reborn
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
jekyll:
image: amirpourmand/al-folio:slim
build: .
#build: .
ports:
- 8080:8080
- 35729:35729
Expand Down

0 comments on commit 0e54bf6

Please sign in to comment.