Skip to content

Commit

Permalink
Install windows specific deps for Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeless committed Oct 10, 2023
1 parent 887f1c3 commit b036b37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ gem "rake"
gem "jekyll"
gem "rouge"

# for jekyll 3.0.0 windows
gem "tzinfo", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :development do
gem "minitest"
gem "html-proofer"
Expand Down

0 comments on commit b036b37

Please sign in to comment.