pages/Gemfile
JustinVollmer 1e3657f788
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m59s
init
2025-02-27 22:54:37 +01:00

15 lines
284 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem "html-proofer", "~> 5.0", group: :test
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]