Skip to content

Commit 7b0d0ee

Browse files
Update pygments.rb requirement from 3.0.0 to 4.0.0 (#83)
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@v3.0.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c353799 commit 7b0d0ee

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
@@ -11,7 +11,7 @@ gem 'asciidoctor-epub3', '2.2.0'
1111
gem 'asciidoctor-pdf', '2.3.19'
1212

1313
gem 'coderay', '1.1.3'
14-
gem 'pygments.rb', '3.0.0'
14+
gem 'pygments.rb', '4.0.0'
1515
gem 'thread_safe', '0.3.6'
1616
gem 'epubcheck-ruby', '5.2.1.0'
1717
gem 'html-proofer', '5.0.10'

0 commit comments

Comments
 (0)