Skip to content

Commit c200c2e

Browse files
Update pygments.rb requirement from 2.2.0 to 2.3.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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: pygments.rb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e64856c commit c200c2e

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
@@ -10,7 +10,7 @@ gem 'asciidoctor-epub3', '1.5.1'
1010
gem 'asciidoctor-pdf', '1.6.1'
1111

1212
gem 'coderay', '1.1.3'
13-
gem 'pygments.rb', '2.2.0'
13+
gem 'pygments.rb', '2.3.0'
1414
gem 'thread_safe', '0.3.6'
1515
gem 'epubcheck-ruby', '4.2.6.0'
1616
gem 'html-proofer', '3.19.4'

0 commit comments

Comments
 (0)