Merge pull request #240499 from tomassedovic/asciidoctor-tilt

asciidoctor: add the tilt gem
This commit is contained in:
Mario Rodas
2023-07-08 16:57:32 -05:00
committed by GitHub
3 changed files with 24 additions and 1 deletions
@@ -4,3 +4,4 @@ gem 'asciidoctor-pdf'
gem 'coderay'
gem 'pygments.rb'
gem 'rouge'
gem 'tilt'
@@ -49,6 +49,8 @@ GEM
rexml (3.2.5)
rouge (4.0.0)
ruby-rc4 (0.1.5)
temple (0.10.2)
thor (1.2.2)
treetop (1.6.11)
polyglot (~> 0.3)
ttfunk (1.7.0)
@@ -64,4 +66,4 @@ DEPENDENCIES
rouge
BUNDLED WITH
2.3.22
2.4.13
@@ -238,6 +238,26 @@
};
version = "0.1.5";
};
temple = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09p32vp94sa1mbr0if0adf02yzc4ns00lsmpwns2xbkncwpzrqm4";
type = "gem";
};
version = "0.10.2";
};
thor = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg";
type = "gem";
};
version = "1.2.2";
};
treetop = {
dependencies = ["polyglot"];
groups = ["default"];