17 строки
302 B
Ruby
17 строки
302 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "jekyll", "3.8.6"
|
|
|
|
# Official Plugins , tzinfo needed by Windows
|
|
group :jekyll_plugins do
|
|
gem "jekyll-paginate"
|
|
gem "jekyll-redirect-from"
|
|
gem "jekyll-seo-tag", "~> 2.6.1"
|
|
gem "tzinfo"
|
|
gem "tzinfo-data"
|
|
end
|
|
|
|
group :test do
|
|
gem "html-proofer", "4.4.3"
|
|
end
|