Skip to content

Commit 3ee9001

Browse files
Paolo SerraPaolo Serra
Paolo Serra
authored and
Paolo Serra
committed
chore: upgrade to X.Y.Z
1 parent 969d71b commit 3ee9001

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ package-lock.json
2323
!.vscode/tasks.json
2424

2525
# Misc
26-
_sass/dist
26+
_sass/vendors
2727
assets/js/dist

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
gem "jekyll-theme-chirpy", "~> 7.1", ">= 7.1.1"
5+
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"
66

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

@@ -11,4 +11,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1111
gem "tzinfo-data"
1212
end
1313

14-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
14+
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ exclude:
210210
- tools
211211
- README.md
212212
- LICENSE
213-
- "*.config.js"
214-
- package*.json
213+
- purgecss.js
214+
- rollup.config.js
215+
- "package*.json"
215216

216217
jekyll-archives:
217218
enabled: [categories]

0 commit comments

Comments
 (0)