From fb01f66f305e7cf42c76f7eae7b03a2648e0e536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 00:40:26 +0000 Subject: [PATCH] Bump json from 1.8.3 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.8.3 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.8.3...v2.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d389f2a7..73499ba2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source 'https://rubygems.org' gem 'jekyll' gem "therubyracer" -gem 'json', '1.8.3' +gem 'json', '2.3.0' gem 'nokogiri', '~> 1.8.2' gem 'jekyll-redirect-from' diff --git a/Gemfile.lock b/Gemfile.lock index 91ab776a..13b5fe61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM sass (~> 3.4) jekyll-watch (1.4.0) listen (~> 3.0, < 3.1) - json (1.8.3) + json (2.3.0) kramdown (1.11.1) libv8 (3.16.14.15) liquid (3.0.6) @@ -46,7 +46,7 @@ PLATFORMS DEPENDENCIES jekyll jekyll-redirect-from - json (= 1.8.3) + json (= 2.3.0) nokogiri (~> 1.8.2) therubyracer