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

This commit is contained in:
Travis-CI 2022-06-17 16:17:19 +00:00
parent 6c8b7ca51f
commit e6a207db16
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 5.2", ">= 5.2.0" gem "jekyll-theme-chirpy", "~> 5.2", ">= 5.2.1"
group :test do group :test do
gem "html-proofer", "~> 3.18" gem "html-proofer", "~> 3.18"

View File

@ -185,6 +185,7 @@ exclude:
- '*.gemspec' - '*.gemspec'
- tools - tools
- README.md - README.md
- CHANGELOG.md
- LICENSE - LICENSE
- gulpfile.js - gulpfile.js
- node_modules - node_modules