Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pkgs/tools/typesetting/asciidoctor/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
thread_safe (~> 0.3.5)
asciidoctor-diagram (1.4.0)
asciidoctor (~> 1.5.0)
asciidoctor-latex (1.5.0.6.dev)
asciidoctor-latex (1.5.0.8.dev)
asciidoctor (~> 1.5, >= 1.5.2)
htmlentities (~> 4.3)
opal (~> 0.6.3)
Expand All @@ -25,7 +25,7 @@ GEM
safe_yaml (~> 1.0.4)
thread_safe (~> 0.3.5)
treetop (= 1.5.3)
concurrent-ruby (1.0.1)
concurrent-ruby (1.0.2)
css_parser (1.4.1)
addressable
hashery (2.1.2)
Expand Down
9 changes: 4 additions & 5 deletions pkgs/tools/typesetting/asciidoctor/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
version = "1.0.0.alpha.1";
};
asciidoctor-diagram = {
dependencies = ["asciidoctor"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0yb2gqzzbvgf5im0bhv26s3h09m9m6a0pjlq3swqcvwi1szc64k5";
Expand All @@ -51,10 +50,10 @@
asciidoctor-latex = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0kzql61w4phr45w771lvmlmvg22h2wd11n9frrzk3k7psqqd7k61";
sha256 = "0wdrhcxz0sz9kx2zxn3qbqm5p664n9gzvv3lmg3214pj3si5wxnn";
type = "gem";
};
version = "1.5.0.6.dev";
version = "1.5.0.8.dev";
};
asciidoctor-pdf = {
source = {
Expand All @@ -67,10 +66,10 @@
concurrent-ruby = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "13igpwgbsq701vzh1lrxs9dlqdgs58kflw8vw35644amwnj1cmjn";
sha256 = "1kb4sav7yli12pjr8lscv8z49g52a5xzpfg3z9h8clzw6z74qjsw";
type = "gem";
};
version = "1.0.1";
version = "1.0.2";
};
css_parser = {
source = {
Expand Down