From 807310dc71c0c05a26b47c2def647b415bf69aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 07:43:23 +0000 Subject: [PATCH] Bump json from 2.0.4 to 2.3.0 in /docs Bumps [json](https://github.com/flori/json) from 2.0.4 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/v2.0.4...v2.3.0) Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b519eb9d57869..c7f2e78907518 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -24,7 +24,7 @@ gem 'jekyll', '3.7.2' gem 'addressable', '2.4.0' gem 'octokit', '~> 4.3.0' gem 'therubyracer', '0.12.2' -gem 'json', '2.0.4' +gem 'json', '2.3.0' gem 'jekyll-multiple-languages', '2.0.3' gem 'jekyll-paginate', '1.1.0' gem 'liquid-c', '4.0.0' # speed-up site generation diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 09b02e8b709ac..ac02bc6707d29 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -37,7 +37,7 @@ GEM sass (~> 3.4) jekyll-watch (2.0.0) listen (~> 3.0) - json (2.0.4) + json (2.3.0) kramdown (1.16.2) libv8 (3.16.14.19) liquid (4.0.0) @@ -81,7 +81,7 @@ DEPENDENCIES jekyll (= 3.7.2) jekyll-multiple-languages (= 2.0.3) jekyll-paginate (= 1.1.0) - json (= 2.0.4) + json (= 2.3.0) liquid-c (= 4.0.0) octokit (~> 4.3.0) therubyracer (= 0.12.2)