Skip to content

Commit

Permalink
Bump asciidoctor from 2.0.20 to 2.0.21
Browse files Browse the repository at this point in the history
Bumps [asciidoctor](https://github.com/asciidoctor/asciidoctor) from 2.0.20 to 2.0.21.
- [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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and noraj committed Mar 1, 2024
1 parent 85e23cd commit 8305b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :development, :lint do
end

group :development, :docs do
gem 'asciidoctor', '~> 2.0', '>= 2.0.20' # for manpage generation
gem 'asciidoctor', '~> 2.0' # for manpage generation
gem 'commonmarker', '~> 0.23' # for markdown support in YARD
gem 'yard', ['>= 0.9.27', '< 0.10']
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
asciidoctor (2.0.20)
asciidoctor (2.0.21)
ast (2.4.2)
commonmarker (0.23.10)
docopt (0.6.1)
Expand Down Expand Up @@ -48,7 +48,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
asciidoctor (~> 2.0, >= 2.0.20)
asciidoctor (~> 2.0)
bundler (~> 2.1)
commonmarker (~> 0.23)
docopt (~> 0.6)
Expand Down

0 comments on commit 8305b8c

Please sign in to comment.