Skip to content

Commit 9f02acd

Browse files
Update pygments.rb requirement from 2.4.1 to 3.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...v3.0.0) --- updated-dependencies: - dependency-name: pygments.rb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84c664e commit 9f02acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'asciidoctor-epub3', '2.1.0'
1111
gem 'asciidoctor-pdf', '2.3.15'
1212

1313
gem 'coderay', '1.1.3'
14-
gem 'pygments.rb', '2.4.1'
14+
gem 'pygments.rb', '3.0.0'
1515
gem 'thread_safe', '0.3.6'
1616
gem 'epubcheck-ruby', '5.1.0.0'
1717
gem 'html-proofer', '5.0.9'

0 commit comments

Comments
 (0)