Skip to content

Commit 667884e

Browse files
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](pygments/pygments.rb@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] <support@github.com>
1 parent 1707271 commit 667884e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'asciidoctor-epub3', '2.1.3'
1313
gem 'asciidoctor-pdf', '2.3.17'
1414

1515
gem 'coderay', '1.1.3'
16-
gem 'pygments.rb', '2.4.1'
16+
gem 'pygments.rb', '4.0.0'
1717
gem 'thread_safe', '0.3.6'
1818
gem 'epubcheck-ruby', '5.2.0.0'
1919
gem 'html-proofer', '5.0.9'

0 commit comments

Comments
 (0)