From 17b0251c0f8a7380c7c59cff4f57c34f6bafe511 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:19:11 -0300 Subject: [PATCH] Update deps (#3437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- Gemfile.lock | 42 +++++++++++++++++++++--------------------- INSTALL.md | 4 ++-- docker-compose.yml | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c9f5040..499b16f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (8.1.1) + activesupport (8.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -86,25 +86,25 @@ GEM forwardable (1.4.0) forwardable-extended (2.6.0) gemoji (4.1.0) - google-protobuf (4.33.2) + google-protobuf (4.33.4) bigdecimal rake (>= 13) - google-protobuf (4.33.2-aarch64-linux-gnu) + google-protobuf (4.33.4-aarch64-linux-gnu) bigdecimal rake (>= 13) - google-protobuf (4.33.2-aarch64-linux-musl) + google-protobuf (4.33.4-aarch64-linux-musl) bigdecimal rake (>= 13) - google-protobuf (4.33.2-arm64-darwin) + google-protobuf (4.33.4-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.33.2-x86_64-darwin) + google-protobuf (4.33.4-x86_64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.33.2-x86_64-linux-gnu) + google-protobuf (4.33.4-x86_64-linux-gnu) bigdecimal rake (>= 13) - google-protobuf (4.33.2-x86_64-linux-musl) + google-protobuf (4.33.4-x86_64-linux-musl) bigdecimal rake (>= 13) html-pipeline (2.14.3) @@ -168,7 +168,7 @@ GEM jekyll-regex-replace (1.1.0) jekyll-sass-converter (3.1.0) sass-embedded (~> 1.75) - jekyll-scholar (7.2.3) + jekyll-scholar (7.3.0) bibtex-ruby (~> 6.0) citeproc-ruby (>= 2.1.6) csl-styles (~> 2.0) @@ -194,7 +194,7 @@ GEM rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - latex-decode (0.4.0) + latex-decode (0.4.2) liquid (4.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -208,7 +208,7 @@ GEM mini_mime (1.1.5) minitest (6.0.1) prism (~> 1.5) - multi_xml (0.8.0) + multi_xml (0.8.1) bigdecimal (>= 3.1, < 5) namae (1.2.0) racc (~> 1.7) @@ -236,8 +236,8 @@ GEM ostruct (0.6.3) pathutil (0.16.2) forwardable-extended (~> 2.6) - prism (1.7.0) - public_suffix (7.0.0) + prism (1.8.0) + public_suffix (7.0.2) racc (1.8.1) rake (13.3.1) rb-fsevent (0.11.2) @@ -246,21 +246,21 @@ GEM rexml (3.4.4) rouge (4.7.0) safe_yaml (1.0.5) - sass-embedded (1.97.1-aarch64-linux-gnu) + sass-embedded (1.97.2-aarch64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.97.1-aarch64-linux-musl) + sass-embedded (1.97.2-aarch64-linux-musl) google-protobuf (~> 4.31) - sass-embedded (1.97.1-arm-linux-gnueabihf) + sass-embedded (1.97.2-arm-linux-gnueabihf) google-protobuf (~> 4.31) - sass-embedded (1.97.1-arm-linux-musleabihf) + sass-embedded (1.97.2-arm-linux-musleabihf) google-protobuf (~> 4.31) - sass-embedded (1.97.1-arm64-darwin) + sass-embedded (1.97.2-arm64-darwin) google-protobuf (~> 4.31) - sass-embedded (1.97.1-x86_64-darwin) + sass-embedded (1.97.2-x86_64-darwin) google-protobuf (~> 4.31) - sass-embedded (1.97.1-x86_64-linux-gnu) + sass-embedded (1.97.2-x86_64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.97.1-x86_64-linux-musl) + sass-embedded (1.97.2-x86_64-linux-musl) google-protobuf (~> 4.31) sax-machine (1.3.2) securerandom (0.4.1) diff --git a/INSTALL.md b/INSTALL.md index 1e34da2..33bdff7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,7 +15,7 @@ - [For project pages](#for-project-pages) - [Enabling automatic deployment](#enabling-automatic-deployment) - [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages) - - [Deploy on Netlify](https://www.netlify.com/) + - [Deploy on Netlify](#deploy-on-netlify) - [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages) - [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only) - [Upgrading from a previous version](#upgrading-from-a-previous-version) @@ -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.15.0 +$ git rebase v0.15.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 c97f95e..54ed17b 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.15.0 + image: amirpourmand/al-folio:v0.15.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)