mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
10 lines
121 B
Ruby
10 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gemspec
|
|
|
|
group :test do
|
|
gem "html-proofer", "~> 5.0"
|
|
end
|