From 514533c50ae1452be58a7678e85e7da51ceaf64e Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:21:53 -0300 Subject: [PATCH] Updated deps to fix issue with jekyll-socials (#3447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #3445 Signed-off-by: George Araújo --- Gemfile.lock | 2 +- INSTALL.md | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 952ca0a..48851d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM jekyll (~> 4.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) - jekyll-socials (0.0.3) + jekyll-socials (0.0.5) jekyll (>= 3.6, < 5.0) jekyll-tabs (1.2.1) jekyll (>= 3.0, < 5.0) diff --git a/INSTALL.md b/INSTALL.md index 2697f00..2c5ce34 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c # Assuming the current directory is $ git remote add upstream https://github.com/alshedivat/al-folio.git $ 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. diff --git a/docker-compose.yml b/docker-compose.yml index 47d920e..a51428c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # this file uses prebuilt image in dockerhub services: jekyll: - image: amirpourmand/al-folio:v0.16.0 + image: amirpourmand/al-folio:v0.16.1 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)