2018-10-23 12:10:38 -04:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2018-11-13 02:36:47 -05:00
|
|
|
# Install github-pages gem (https://jekyllrb.com/docs/github-pages/)
|
2021-01-12 14:27:59 -05:00
|
|
|
gem "github-pages"
|
2018-10-23 12:10:38 -04:00
|
|
|
|
2021-01-12 14:27:59 -05:00
|
|
|
# Install jekyll-brotli gem (https://github.com/philnash/jekyll-brotli/)
|
|
|
|
gem 'jekyll-brotli'
|
2018-10-23 12:10:38 -04:00
|
|
|
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
|
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|
|
|
|
|
|
|
# Performance-booster for watching directories on Windows
|
|
|
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
|
|
|
|