chirpy-starter/Gemfile

10 lines
149 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2021-01-26 07:13:40 +10:00
source "https://rubygems.org"
2021-01-26 07:13:40 +10:00
gem "jekyll-theme-chirpy", "~> 7.0"
2021-01-26 07:13:40 +10:00
group :test do
gem "html-proofer", "~> 5.0"
2021-01-26 07:13:40 +10:00
end