diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-14 17:07:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 17:07:18 +0300 |
| commit | e513be2e460ae16ac13ddb61f927cddc63b68758 (patch) | |
| tree | 6fe911b874732dc2e5fa78af745dfffe70029901 /asciidoctor-epub3.gemspec | |
| parent | 2c4ad8991862c86fb8cd3c0513752968b0ca98f0 (diff) | |
Update pygments.rb requirement from ~> 2.4.0 to ~> 3.0.0 (#477)
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](https://github.com/pygments/pygments.rb/compare/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>
Diffstat (limited to 'asciidoctor-epub3.gemspec')
| -rw-r--r-- | asciidoctor-epub3.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index 423c2fd..9a45ce7 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -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' |
