diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ 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" |