From ea5495c0ec09d2d8bdffe0c4daed0a36c5aa8159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:32:29 +0000 Subject: [PATCH] Update json requirement from 2.19.9 to 2.20.0 Updates the requirements on [json](https://github.com/ruby/json) to permit the latest version. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.19.9...v2.20.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.20.0 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 61c5871..38df2d0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', '13.4.2' gem 'asciidoctor', '2.0.26' -gem 'json', '2.19.9' +gem 'json', '2.20.0' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.8.0'