Skip to content

Commit 1eb4ae1

Browse files
Update asciidoctor requirement from 2.0.20 to 2.0.21 (#371)
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/main/CHANGELOG.adoc) - [Commits](asciidoctor/asciidoctor@v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: asciidoctor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36aa52c commit 1eb4ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'rake', '13.1.0'
4-
gem 'asciidoctor', '2.0.20'
4+
gem 'asciidoctor', '2.0.21'
55

66
gem 'json', '2.6.3'
77
gem 'awesome_print', '1.9.2'

0 commit comments

Comments
 (0)