From 11c40b13a28220b04dc2e1eecf3e1ec1be406bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:42:16 +0000 Subject: [PATCH] Update json requirement from 2.18.1 to 2.19.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.18.1...v2.19.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.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 a6242c8..be8090d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', '13.3.1' gem 'asciidoctor', '2.0.26' -gem 'json', '2.18.1' +gem 'json', '2.19.0' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.8.0'