aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorTrybnetic2018-03-20 23:23:24 +0100
committerTrybnetic2018-03-20 23:23:24 +0100
commit8551de77347ddd40e6b59dd5b0a339a922d451df (patch)
treebe60ec2a5ded873fb46c330e1f293939a885863c /Gemfile
parentf6d1ee6e7372e261cfe970411d8575738fbd5308 (diff)
add travis support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..c9cb3bb
--- /dev/null
+++ b/Gemfile
@@ -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]