From 6e058b53b592d90949723d4f13334a1dce8a2218 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 4 May 2024 09:14:02 +1000 Subject: [PATCH] workaround for debian's old ruby build --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b8112f6..9e209d5 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.3.0" +gem "jekyll", "~> 4.1.1" # This is the default theme for new Jekyll sites. You may change this to anything you like. # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`.