chore: upgrade to 7.3.0
Some checks failed
/ build-jeykll (push) Failing after 4m51s
/ build-docker (push) Has been skipped
/ publish (push) Has been skipped

This commit is contained in:
2025-05-31 11:04:15 +10:00
parent fb134b0f72
commit 81f4519eaa
6 changed files with 40 additions and 9 deletions

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.1", ">= 7.1.1"
gem "jekyll-theme-chirpy", "~> 7.3"
gem "html-proofer", "~> 5.0", group: :test
@ -11,4 +11,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]