Skip to content

Commit

Permalink
fix: update asciidoctor requirement from 2.0.11 to 2.0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [asciidoctor](https://github.com/asciidoctor/asciidoctor) to permit the latest version.
- [Release notes](https://github.com/asciidoctor/asciidoctor/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor/blob/master/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor@v2.0.11...v2.0.16)

---
updated-dependencies:
- dependency-name: asciidoctor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 4, 2021
1 parent 5c8283e commit 487923e
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem "github-markup", "3.0.4"
gem "RedCloth", "=4.3.2"
gem "asciidoctor", "2.0.11"
gem "asciidoctor", "2.0.16"
gem "commonmarker", "=0.21.0"
gem "creole", "=0.5.0"
gem "org-ruby", "=0.9.12"
Expand Down

0 comments on commit 487923e

Please sign in to comment.