From 9dc45766dc3d9cf8fd077cc43bc36df06ebb5db1 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 1 Apr 2026 09:56:23 -0400 Subject: New post, upgrade Jekyll, older post spelling error fix --- Gemfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c066272..5a8df61 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.3" +gem "jekyll", "~> 4.4.1" gem "jekyll-sass-converter", "~> 2.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. @@ -19,16 +19,6 @@ group :jekyll_plugins do gem "jekyll-gzip" end -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" - gem "tzinfo-data" -end - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - gem "csv" gem "base64" gem "bigdecimal" -- cgit v1.3.1