From d62cf1ce931efca7417854219e5d362901f4f460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 05:38:09 +0000 Subject: [PATCH] Update json requirement from 2.3.1 to 2.4.1 Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [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.3.1...v2.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a0cb5c222..c0d40270d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', ' 13.0.1' gem 'asciidoctor', '2.0.12' -gem 'json', '2.3.1' +gem 'json', '2.4.1' gem 'awesome_print', '1.8.0' gem 'asciidoctor-epub3', '1.5.0.alpha.18'