Skip to content

Commit e8f16a8

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] <[email protected]>
1 parent 1ca265b commit e8f16a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'asciidoctor-epub3', '2.1.3'
1111
gem 'asciidoctor-pdf', '2.3.17'
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)