Files
chirpy-starter/Gemfile
2026-03-15 20:15:23 +00:00

15 lines
276 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.5"
gem "html-proofer", "~> 5.0", group: :test
platforms :windows, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.2.0", :platforms => [:windows]