From 44ad85a406d06cc85c22a0669c07b7873a342956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:44:17 +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 d7942a4d2..9241d622b 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'