From 74cbcb3f803c13e479af1fd851aca128ffbe54a6 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 26 Jan 2017 18:52:25 -0600 Subject: [PATCH] Update json, rubyracer gems for ruby-2.4. Fixes a couple incompatibilities with ruby 2.4. ref: github.com/flori/json/issues/303. ref: github.com/cowboyd/therubyracer/issues/430 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 48dd65240..0c976820f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,10 +196,10 @@ GEM semver2 jmespath (1.0.2) multi_json (~> 1.0) - json (1.8.3) + json (1.8.6) jwt (1.5.6) kgio (2.10.0) - libv8 (3.16.14.11) + libv8 (3.16.14.17) little-plugger (1.1.4) logging (2.1.0) little-plugger (~> 1.1) @@ -374,8 +374,8 @@ GEM rest-client (~> 1.4) term-ansicolor (1.3.2) tins (~> 1.0) - therubyracer (0.12.2) - libv8 (~> 3.16.14.0) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) ref thor (0.19.1) thread_safe (0.3.5) @@ -485,4 +485,4 @@ DEPENDENCIES whenever BUNDLED WITH - 1.13.6 + 1.14.3