From 80e81a0a253d1f91bb1c9057e3c96eb7372797e5 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 25 Aug 2016 10:00:00 +0000 Subject: [PATCH] gemfile: add json requirement. 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index abef254..2e7655f 100644 --- 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' -- 2.30.2