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