Skip to content

Fix local Jekyll serving on Windows - #4009

Open
rimsky-yamatov wants to merge 2 commits into
ruby:masterfrom
rimsky-yamatov:master
Open

rimsky-yamatov wants to merge 2 commits into
ruby:masterfrom
rimsky-yamatov:master

Conversation

@rimsky-yamatov

Copy link
Copy Markdown

Summary

  • Add the missing tzinfo dependency required by Jekyll
  • Add tzinfo-data for Windows environments where system zoneinfo data is unavailable

Testing

  • Ran bundle install
  • Ran bundle exec rake serve successfully on Windows

@rimsky-yamatov
rimsky-yamatov requested a review from a team as a code owner September 15, 2026 08:47
Comment thread Gemfile
# Jekyll need this for Ruby 4.0.0+
gem "logger"
gem "tzinfo"
gem "tzinfo-data", platforms: [:mingw, :x64_mingw, :mswin] No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants