From 2a9e352b4f33f9692abf36aeb90541dd4cb47641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:26:37 +0100 Subject: [PATCH] Update json requirement from 2.7.5 to 2.7.6 (#64) 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.7.5...v2.7.6) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d76f698..f0d3fd4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', '13.2.1' gem 'asciidoctor', '2.0.23' -gem 'json', '2.7.5' +gem 'json', '2.7.6' gem 'awesome_print', '1.9.2' gem 'asciidoctor-fb2', '0.7.0'