Files
comprofix.com/Gemfile
Matthew McKinnon c47721418d
Some checks failed
/ build-docker (push) Has been cancelled
/ publish (push) Has been cancelled
/ build-jeykll (push) Has been cancelled
chore: upgrade to X.Y.Z
2025-08-11 13:23:14 +10:00

19 lines
396 B
Ruby

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