diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +source "https://rubygems.org" +ruby RUBY_VERSION + +# This is the gem used to use GitHub's defaults +gem 'github-pages', group: :jekyll_plugins + +# This is the gem used to test the output html +gem "html-proofer" + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |