Skip to content

Commit

Permalink
Update pygments.rb requirement from ~> 2.4.0 to ~> 3.0.0 (#477)
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.0...v3.0.0)

---
updated-dependencies:
- dependency-name: pygments.rb
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent 2c4ad89 commit e513be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoctor-epub3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'asciidoctor-diagram', '~> 2.0'
s.add_development_dependency 'asciimath', '~> 2.0'
s.add_development_dependency 'coderay', '~> 1.1.0'
s.add_development_dependency 'pygments.rb', '~> 2.4.0'
s.add_development_dependency 'pygments.rb', '~> 3.0.0'
s.add_development_dependency 'rake', '~> 13.2.0'
s.add_development_dependency 'rouge', '~> 3.0'
s.add_development_dependency 'rspec', '~> 3.13.0'
Expand Down

0 comments on commit e513be2

Please sign in to comment.