From c99f4881f78da0d1a1bcef7cca7218434771a93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 08:23:56 +0000 Subject: [PATCH] Bump json from 1.8.6 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.8.6 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.6...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 3f0e0a1..cf04c59 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' gem 'jekyll' -gem 'json', '~> 1.8.6' +gem 'json', '~> 2.3.0' gem 'rouge' diff --git a/Gemfile.lock b/Gemfile.lock index 4884d47..d038c79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM sass (~> 3.4) jekyll-watch (1.3.1) listen (~> 3.0) - json (1.8.6) + json (2.3.0) kramdown (1.9.0) liquid (3.0.6) listen (3.0.6) @@ -35,7 +35,7 @@ PLATFORMS DEPENDENCIES jekyll - json (~> 1.8.6) + json (~> 2.3.0) rouge BUNDLED WITH