From dddb9337cec114d5d9b362df5ebedd0e47f37a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:12:23 +0000 Subject: [PATCH] Update pygments.rb requirement from 1.2.1 to 2.3.1 Updates the requirements on [pygments.rb](https://github.com/pygments/pygments.rb) to permit the latest version. - [Release notes](https://github.com/pygments/pygments.rb/releases) - [Changelog](https://github.com/pygments/pygments.rb/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/pygments/pygments.rb/compare/v1.2.1...v2.3.1) --- updated-dependencies: - dependency-name: pygments.rb 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 041300665..34868db9a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem 'asciidoctor-epub3', '1.5.0.alpha.18' gem 'asciidoctor-pdf', '1.5.3' gem 'coderay', '1.1.3' -gem 'pygments.rb', '1.2.1' +gem 'pygments.rb', '2.3.1' gem 'thread_safe', '0.3.6' gem 'epubcheck', '3.0.1'