Update critical file(s) according to Chirpy v5.4.0

This commit is contained in:
GitHub Actions
2022-12-27 17:32:37 +00:00
parent 9b2c9badce
commit 02a5de7732
9 changed files with 25 additions and 29 deletions

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 5.3", ">= 5.3.2"
gem "jekyll-theme-chirpy", "~> 5.4", ">= 5.4.0"
group :test do
gem "html-proofer", "~> 3.18"
@ -17,6 +17,3 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
gem "webrick", "~> 1.7"