From 49d7f57e404c22c09bc1cbc589cc37a12f547267 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Mon, 8 May 2017 14:51:39 -0400 Subject: [PATCH] We need to upgrade to json 1.8.5+ to support development and test on ruby 2.4, see: flori/json#303 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b3b4ea0d..519a9b40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,8 +24,8 @@ GEM bump (0.5.2) diff-lcs (1.2.5) i18n (0.7.0) - json (1.8.2) - json (1.8.2-java) + json (1.8.6) + json (1.8.6-java) minitest (5.6.1) mysql2 (0.3.18) rake (10.4.2)