source 'https://rubygems.org' gem 'jekyll' gem 'jekyll-redirect-from' gem 'html-proofer' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Add wdm to avoid polling on Windows gem 'wdm' if Gem.win_platform? # webrick is not included in Ruby 3.0.0 and later, but it's required for the Jekyll development server. gem 'webrick'