source "https://rubygems.org"

# Matches the exact gem versions GitHub Pages runs, so a local build is
# identical to what GitHub serves. Run `bundle exec jekyll serve` to preview.
gem "github-pages", group: :jekyll_plugins

# Theme used by _config.yml
gem "minima"

group :jekyll_plugins do
  gem "jekyll-feed"
  gem "jekyll-seo-tag"
  gem "jekyll-sitemap"
  gem "jekyll-paginate"
end

# Windows / JRuby support
gem "tzinfo-data", platforms: [:mingw, :x64_mingw, :mswin, :jruby]
gem "wdm", "~> 0.1", platforms: [:mingw, :x64_mingw, :mswin]
