Skip to content

Commit

Permalink
Update pygments.rb requirement from 2.4.1 to 3.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 1ca265b commit e8f16a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'asciidoctor-epub3', '2.1.3'
gem 'asciidoctor-pdf', '2.3.17'

gem 'coderay', '1.1.3'
gem 'pygments.rb', '2.4.1'
gem 'pygments.rb', '3.0.0'
gem 'thread_safe', '0.3.6'
gem 'epubcheck-ruby', '5.1.0.0'
gem 'html-proofer', '5.0.9'
Expand Down

0 comments on commit e8f16a8

Please sign in to comment.