Skip to content

Commit 9f6546b

Browse files
Update pygments.rb requirement from 2.3.1 to 2.4.0 (progit#345)
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.3.1...v2.4.0) --- updated-dependencies: - dependency-name: pygments.rb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fd80c7 commit 9f6546b

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', '1.5.1'
1111
gem 'asciidoctor-pdf', '2.3.7'
1212

1313
gem 'coderay', '1.1.3'
14-
gem 'pygments.rb', '2.3.1'
14+
gem 'pygments.rb', '2.4.0'
1515
gem 'thread_safe', '0.3.6'
1616
gem 'epubcheck-ruby', '5.0.0.0'
1717
gem 'html-proofer', '5.0.7'

0 commit comments

Comments
 (0)