From 7f8da353ab578f0d46934b622f565696b0de8551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:13:12 +0000 Subject: [PATCH] Update json requirement from 2.6.3 to 2.7.0 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.6.3...v2.7.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1cec18c28..7669dfd4f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', '13.0.6' gem 'asciidoctor', '2.0.20' -gem 'json', '2.6.3' +gem 'json', '2.7.0' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.7.0'