source "https://rubygems.org"

# GitHub Pages gem bundles a pinned set of plugins compatible with Pages builds.
gem "github-pages", group: :jekyll_plugins

gem "jekyll-remote-theme"
gem "jekyll-seo-tag"

# Windows / JRuby compatibility (harmless on Linux/macOS)
platforms :mingw, :x64_mingw, :mswin, :jruby do
  gem "tzinfo", ">= 1", "< 3"
  gem "tzinfo-data"
end
