Update custom Asciidoctor extension gem dependencies

This commit is contained in:
Gabriel Arazas 2023-05-27 16:26:18 +08:00
parent 05c85ff63f
commit ebb5c32927
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ PATH
asciidoctor-foodogsquared-extensions (1.0.0)
asciidoctor (~> 2.0)
open-uri-cached (~> 1.0)
rugged (~> 1.0)
GEM
remote: https://rubygems.org/
@ -97,4 +98,4 @@ DEPENDENCIES
tilt
BUNDLED WITH
2.3.7
2.4.12

View File

@ -17,4 +17,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'open-uri-cached', '~> 1.0'
s.add_runtime_dependency 'rugged', '~> 1.0'
end

View File

@ -62,7 +62,7 @@
version = "1.2023.5";
};
asciidoctor-foodogsquared-extensions = {
dependencies = ["asciidoctor" "open-uri-cached"];
dependencies = ["asciidoctor" "open-uri-cached" "rugged"];
groups = ["default"];
platforms = [];
source = {