mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +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-foodogsquared-extensions (1.0.0)
|
||||||
asciidoctor (~> 2.0)
|
asciidoctor (~> 2.0)
|
||||||
open-uri-cached (~> 1.0)
|
open-uri-cached (~> 1.0)
|
||||||
|
rugged (~> 1.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
@ -97,4 +98,4 @@ DEPENDENCIES
|
|||||||
tilt
|
tilt
|
||||||
|
|
||||||
BUNDLED WITH
|
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 'asciidoctor', '~> 2.0'
|
||||||
s.add_runtime_dependency 'open-uri-cached', '~> 1.0'
|
s.add_runtime_dependency 'open-uri-cached', '~> 1.0'
|
||||||
|
s.add_runtime_dependency 'rugged', '~> 1.0'
|
||||||
end
|
end
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
version = "1.2023.5";
|
version = "1.2023.5";
|
||||||
};
|
};
|
||||||
asciidoctor-foodogsquared-extensions = {
|
asciidoctor-foodogsquared-extensions = {
|
||||||
dependencies = ["asciidoctor" "open-uri-cached"];
|
dependencies = ["asciidoctor" "open-uri-cached" "rugged"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
|
Loading…
Reference in New Issue
Block a user