Update critical file(s) according to Chirpy v6.2.3

This commit is contained in:
GitHub Actions
2023-10-10 04:56:49 +00:00
parent bcb2c56f84
commit f05cdc55b9
3 changed files with 7 additions and 13 deletions

View File

@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.2"
gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.3"
group :test do
gem "html-proofer", "~> 4.4"
@ -21,8 +21,3 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
# Lock jekyll-sass-converter to 2.x on Linux-musl
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end