From bdaff024c353d04285b39b82277e9823d6c34893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 19:23:49 +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 b642e7603cea5..5c062442bd169 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -26,6 +26,6 @@ gem 'addressable', '2.4.0' gem 'octokit', '~> 4.3.0' gem 'pygments.rb', '0.6.3' gem 'therubyracer', '0.12.2' -gem 'json', '2.0.4' +gem 'json', '2.3.0' gem 'yajl-ruby', '1.2.2' gem 'jekyll-coffeescript', '1.0.2' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 889a5fea3cd40..57706d2bdfa19 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -40,7 +40,7 @@ GEM sass (~> 3.4) jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) - json (2.0.4) + json (2.3.0) kramdown (1.10.0) libv8 (3.16.14.17) liquid (2.6.3) @@ -81,7 +81,7 @@ DEPENDENCIES addressable (= 2.4.0) jekyll (= 2.5.3) jekyll-coffeescript (= 1.0.2) - json (= 2.0.4) + json (= 2.3.0) kramdown (= 1.10.0) octokit (~> 4.3.0) pygments.rb (= 0.6.3)