From 94a4371bb512347e0f61d9e56157c7d051d27f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:56:43 +0000 Subject: [PATCH] Update pygments.rb requirement from 2.3.1 to 2.4.0 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/v2.3.1...v2.4.0) --- 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 322c40314..03eb56fb4 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'asciidoctor-epub3', '1.5.1' gem 'asciidoctor-pdf', '2.3.4' gem 'coderay', '1.1.3' -gem 'pygments.rb', '2.3.1' +gem 'pygments.rb', '2.4.0' gem 'thread_safe', '0.3.6' gem 'epubcheck-ruby', '5.0.0.0' gem 'html-proofer', '5.0.6'