Update critical file(s) according to Chirpy v4.3.0

This commit is contained in:
Travis-CI
2021-09-29 20:03:26 +00:00
parent c2a7480e65
commit ff41859240
9 changed files with 111 additions and 116 deletions

12
Gemfile
View File

@ -1,11 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 4.2", ">= 4.2.1"
group :jekyll_plugins do
# If you have any plugins, put them here!
# gem "jekyll-xxx", "~> x.y"
end
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.0"
group :test do
gem "html-proofer", "~> 3.18"
@ -20,3 +17,6 @@ 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"