Gemfile 687 B

12345678910111213141516171819202122
  1. source "https://rubygems.org"
  2. gem "jekyll", "~> 3.8.4"
  3. # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
  4. # uncomment the line below. To upgrade, run `bundle update github-pages`.
  5. # gem "github-pages", group: :jekyll_plugins
  6. # If you have any plugins, put them here!
  7. group :jekyll_plugins do
  8. gem "jekyll-feed", "~> 0.6"
  9. gem 'jekyll-paginate'
  10. gem 'jekyll-redirect-from'
  11. gem 'jekyll-sitemap'
  12. gem 'jekyll-tidy'
  13. end
  14. # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
  15. gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
  16. # Performance-booster for watching directories on Windows
  17. gem "wdm", "~> 0.1.0" if Gem.win_platform?