From 858c0aa7602795c6068f1ab4073f2e1a18ea0d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 09:53:36 +0000 Subject: [PATCH] build(deps): update pygments.rb requirement from 2.4.1 to 4.0.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.4.1...v4.0.0) --- updated-dependencies: - dependency-name: pygments.rb dependency-version: 4.0.0 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 0893f08a..895c7294 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'asciidoctor-epub3', '2.1.3' gem 'asciidoctor-pdf', '2.3.17' gem 'coderay', '1.1.3' -gem 'pygments.rb', '2.4.1' +gem 'pygments.rb', '4.0.0' gem 'thread_safe', '0.3.6' gem 'epubcheck-ruby', '5.2.0.0' gem 'html-proofer', '5.0.9'