Updated deps to fix issue with jekyll-socials (#3447)

Fixes #3445

Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
George 2026-01-15 15:21:53 -03:00 committed by GitHub
parent 2bbc8ad544
commit 514533c50a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ GEM
jekyll (~> 4.0) jekyll (~> 4.0)
jekyll-sitemap (1.4.0) jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-socials (0.0.3) jekyll-socials (0.0.5)
jekyll (>= 3.6, < 5.0) jekyll (>= 3.6, < 5.0)
jekyll-tabs (1.2.1) jekyll-tabs (1.2.1)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)

View File

@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c
# Assuming the current directory is <your-repo-name> # Assuming the current directory is <your-repo-name>
$ git remote add upstream https://github.com/alshedivat/al-folio.git $ git remote add upstream https://github.com/alshedivat/al-folio.git
$ git fetch upstream $ git fetch upstream
$ git rebase v0.16.0 $ git rebase v0.16.1
``` ```
If you have extensively customized a previous version, it might be trickier to upgrade. If you have extensively customized a previous version, it might be trickier to upgrade.

View File

@ -1,7 +1,7 @@
# this file uses prebuilt image in dockerhub # this file uses prebuilt image in dockerhub
services: services:
jekyll: jekyll:
image: amirpourmand/al-folio:v0.16.0 image: amirpourmand/al-folio:v0.16.1
build: . build: .
# uncomment these if you are having this issue with the build: # uncomment these if you are having this issue with the build:
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES) # /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)