From e34c890b8f0930bb90ab47a1f004037fd8cd1d6e Mon Sep 17 00:00:00 2001 From: Matt Laver Date: Thu, 4 May 2017 16:31:20 +0100 Subject: [PATCH] Update json gem to 2.1.0 (#202) When building locally, json 1.8.3 fails to install when running bundle install. Version 2.1.0 works. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c67af31..5a0ca47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM gemoji (~> 2.0) html-pipeline (~> 2.2) jekyll (>= 3.0) - json (1.8.3) + json (2.1.0) kramdown (1.11.1) liquid (3.0.6) listen (3.0.6)