Skip to content

Commit 23942a9

Browse files
committed
Update critical file(s) according to Chirpy v4.3.4
1 parent 66a784c commit 23942a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.3"
5+
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.4"
66

77
group :test do
88
gem "html-proofer", "~> 3.18"

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ exclude:
159159
- LICENSE
160160
- gulpfile.js
161161
- node_modules
162-
- package.json
162+
- package*.json
163163

164164
jekyll-archives:
165165
enabled: [categories, tags]

0 commit comments

Comments
 (0)