minetest.github.io/Gemfile

11 lines
300 B
Ruby

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?