aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
blob: cafe93a41df2da6353a43a576c222e16f7fd0f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source "https://rubygems.org"
ruby RUBY_VERSION

# This is the gem used to use GitHub's defaults
gem 'github-pages', group: :jekyll_plugins

# For GitHub flavored emoji support
gem 'jemoji'

# 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]