Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Bump asciidoctor from 2.0.18 to 2.0.20 #13

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ group :jekyll_plugins do
gem 'jekyll-gist'
gem 'jekyll-paginate'
gem 'jekyll-asciidoc'
gem 'asciidoctor', '~> 2.0.18'
gem 'asciidoctor', '~> 2.0.20'
gem 'coderay', '1.1.3'
end
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
method_source
rack
reverse_markdown
asciidoctor (2.0.18)
asciidoctor (2.0.20)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.2.2)
Expand Down Expand Up @@ -78,7 +78,6 @@ GEM
public_suffix (5.0.1)
racc (1.6.2)
rack (3.0.7)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -88,9 +87,8 @@ GEM
rouge (4.1.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.62.1)
sass-embedded (1.62.1-x86_64-linux-gnu)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -106,7 +104,7 @@ PLATFORMS

DEPENDENCIES
appmap
asciidoctor (~> 2.0.18)
asciidoctor (~> 2.0.20)
coderay (= 1.1.3)
jekyll
jekyll-asciidoc
Expand Down