You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
450 B
Ruby

source "https://rubygems.org"
gem "webrick", "~> 1.7"
gem "jekyll", "~> 4.2"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-seo-tag", "~> 2.8"
end
require "rbconfig"
if RbConfig::CONFIG["target_os"] =~ /(?i-mx:bsd|dragonfly)/
gem "rb-kqueue", ">= 0.2"
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
platforms :mingw, :x64_mingw, :mswin do
gem "wdm", "~> 0.1.1"
end