From 782ada0e9daa1712a76d80f1320d40882b41b719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 22:13:19 +0000 Subject: [PATCH] Update pygments.rb requirement from 1.2.1 to 2.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/v1.2.1...v2.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 017e591b4..405429c61 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'asciidoctor-epub3', '1.5.0.alpha.19' gem 'asciidoctor-pdf', '1.5.4' gem 'coderay', '1.1.3' -gem 'pygments.rb', '1.2.1' +gem 'pygments.rb', '2.0.0' gem 'thread_safe', '0.3.6' gem 'epubcheck-ruby', '4.2.4.0' gem 'html-proofer', '3.18.5'