comprofix.com/Gemfile
Matthew McKinnon 81f4519eaa
Some checks failed
/ build-jeykll (push) Failing after 4m51s
/ build-docker (push) Has been skipped
/ publish (push) Has been skipped
chore: upgrade to 7.3.0
2025-05-31 11:04:15 +10:00

15 lines
312 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.3"
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]