Skip to content

Commit bf6f6c4

Browse files
committed
fix: add missing deps
Signed-off-by: Kai Xu <me@xuk.ai>
1 parent 09a135d commit bf6f6c4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Gemfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
source 'https://rubygems.org'
2+
23
gem "bundler"
34
gem "jekyll"
45
gem "jekyll-paginate"
5-
gem "jekyll-sitemap"
6+
gem "jekyll-sitemap"
7+
8+
gem "html-proofer", "~> 5.0", group: :test
9+
10+
platforms :mingw, :x64_mingw, :mswin, :jruby do
11+
gem "tzinfo", ">= 1", "< 3"
12+
gem "tzinfo-data"
13+
end
14+
15+
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

0 commit comments

Comments
 (0)