From acd829bcb0d0e141aa2037cb563fae3294aa9617 Mon Sep 17 00:00:00 2001 From: dreat Date: Wed, 27 Aug 2025 19:11:37 +0200 Subject: [PATCH] new deploy fixes 5/? --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 272f3c1..d765b7c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "jekyll", "~> 4.4" +gem "jekyll", "~> 4.3" gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules" gem "webrick", "~> 1.7" gem "nokogiri"