From: Karl Palsson Date: Thu, 25 Aug 2016 10:00:00 +0000 (+0000) Subject: gemfile: add json requirement. X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=80e81a0a253d1f91bb1c9057e3c96eb7372797e5 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 --- 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'