From a49cfca110e0fc77df9130bd55079e178e83ac01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:22:53 +0000 Subject: [PATCH] Update json requirement from 2.13.0 to 2.13.1 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.13.0...v2.13.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.13.1 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 d019f3a..958e37e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', '13.3.0' gem 'asciidoctor', '2.0.23' -gem 'json', '2.13.0' +gem 'json', '2.13.1' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.8.0'