build: update build settings

This commit is contained in:
2023-09-11 20:03:39 +09:00
parent 6f87afe83c
commit 8607c7fefa
2 changed files with 8 additions and 8 deletions

View File

@@ -2,10 +2,10 @@
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 6.0", ">= 6.0.1"
gem "jekyll-theme-chirpy", "~> 6.2", ">= 6.2.2"
group :test do
gem "html-proofer", "~> 3.18"
gem "html-proofer", "~> 4.4"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -26,5 +26,3 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end
gem 'jekyll-include-cache'