From e3a4cbd44c2a6b20c3a9614e5c6019ab13771b13 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 10 Feb 2024 17:35:59 +0000 Subject: [PATCH] steal version numbers from cryptohagen This hopefully fixes the build errors --- Gemfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5831abb..a5153da 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,8 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", ">= 4.2.0" +gem "jekyll", "~> 4.3.2" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and @@ -18,11 +19,12 @@ gem "jekyll", ">= 4.2.0" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed" gem "jekyll-sitemap" - gem "jekyll-sass-converter", "~> 2.1" + gem "jekyll-sass-converter" end + # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]