Update critical file(s) according to Chirpy v7.5.0

This commit is contained in:
GitHub Actions
2026-03-15 20:15:23 +00:00
parent 18bee92873
commit 92429f5f77
4 changed files with 9 additions and 8 deletions

View File

@@ -2,13 +2,13 @@
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.4", ">= 7.4.1"
gem "jekyll-theme-chirpy", "~> 7.5"
gem "html-proofer", "~> 5.0", group: :test
platforms :mingw, :x64_mingw, :mswin, :jruby do
platforms :windows, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.2.0", :platforms => [:windows]