From b722bf2219c866eed7c8ddd9adaf5cb34364138f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:15:15 +0000 Subject: [PATCH] Update awesome_print requirement from 1.8.0 to 1.9.2 Updates the requirements on [awesome_print](https://github.com/awesome-print/awesome_print) to permit the latest version. - [Release notes](https://github.com/awesome-print/awesome_print/releases) - [Changelog](https://github.com/awesome-print/awesome_print/blob/master/CHANGELOG.md) - [Commits](https://github.com/awesome-print/awesome_print/compare/v1.8.0...v1.9.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 405429c61..65fb2ea49 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rake', '13.0.3' gem 'asciidoctor', '2.0.12' gem 'json', '2.5.1' -gem 'awesome_print', '1.8.0' +gem 'awesome_print', '1.9.2' gem 'asciidoctor-epub3', '1.5.0.alpha.19' gem 'asciidoctor-pdf', '1.5.4'