docs: add jemoji plugin

This plugin enables jekyll to display emojis; the version added matches
current on github-pages (https://pages.github.com/versions/)

Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/docs/Gemfile b/docs/Gemfile
index 7b9e0cb..fd9a462 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -20,3 +20,5 @@
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
+
+gem "jemoji", "~> 0.12.0"
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 4ec5c04..58b2529 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -255,6 +255,7 @@
 
 DEPENDENCIES
   github-pages
+  jemoji (~> 0.12.0)
   tzinfo-data
 
 BUNDLED WITH
diff --git a/docs/_config.yml b/docs/_config.yml
index 277f1f2..be854e8 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1 +1,3 @@
 theme: jekyll-theme-cayman
+plugins:
+  - jemoji