mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Update custom Asciidoctor extension gem dependencies
This commit is contained in:
parent
05c85ff63f
commit
ebb5c32927
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user