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

This commit is contained in:
GitHub Actions
2024-09-01 12:45:16 +00:00
parent 00252fd7b8
commit 6ae7825809
14 changed files with 299 additions and 23 deletions

11
Gemfile
View File

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