gemfile: add json requirement.
authorKarl Palsson <karlp@etactica.com>
Thu, 25 Aug 2016 10:00:00 +0000 (10:00 +0000)
committerJo-Philipp Wich <jo@mein.io>
Fri, 26 Aug 2016 10:44:15 +0000 (12:44 +0200)
Couldn't ever get it to run on fedora without this.
Fixes github issue #35
See http://stackoverflow.com/a/36819950/600217 for details.

Signed-off-by: Karl Palsson <karlp@etactica.com>
Gemfile

diff --git a/Gemfile b/Gemfile
index abef254b486f7fc3de56f07b64dd2e4bc62387d8..2e7655fccbad6f619a8bfbc849db5f312a56f8c3 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
 source 'https://rubygems.org'
 
+gem "json"
 gem 'jekyll', '~> 3.1.0'
 gem 'asciidoctor', '~> 1.5.0'
 gem 'coderay', '~> 1.1.0'