about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorYacine Hmito <yacine.hmito@gmail.com>2016-05-05 12:18:24 +0200
committerYacine Hmito <yacine.hmito@gmail.com>2016-05-05 12:18:24 +0200
commit863ba5c7e0ce2e06f13916026203fe293762ac70 (patch)
tree6f622a6da889e5f8e5839cc2c5b7c91013de663e /pkgs/tools/typesetting
parentd3421435e0dc601c8c049ace3dfc46d99c8741f8 (diff)
downloadnixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.tar
nixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.tar.gz
nixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.tar.bz2
nixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.tar.lz
nixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.tar.xz
nixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.tar.zst
nixlib-863ba5c7e0ce2e06f13916026203fe293762ac70.zip
asciidoctor: Bumped yanked dependency
asciidoctor-latex: 1.5.0.6.dev -> 1.5.0.8.dev
See NixOS/nixpkgs/pull/15135#issuecomment-216984749
This optional dependency may be removed if this happens too often
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/asciidoctor/Gemfile.lock4
-rw-r--r--pkgs/tools/typesetting/asciidoctor/gemset.nix9
2 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/tools/typesetting/asciidoctor/Gemfile.lock b/pkgs/tools/typesetting/asciidoctor/Gemfile.lock
index 6f704c44ac09..fc0abf038a92 100644
--- a/pkgs/tools/typesetting/asciidoctor/Gemfile.lock
+++ b/pkgs/tools/typesetting/asciidoctor/Gemfile.lock
@@ -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)
@@ -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)
diff --git a/pkgs/tools/typesetting/asciidoctor/gemset.nix b/pkgs/tools/typesetting/asciidoctor/gemset.nix
index b53e0765d5f5..0c67be72e8ad 100644
--- a/pkgs/tools/typesetting/asciidoctor/gemset.nix
+++ b/pkgs/tools/typesetting/asciidoctor/gemset.nix
@@ -40,7 +40,6 @@
     version = "1.0.0.alpha.1";
   };
   asciidoctor-diagram = {
-    dependencies = ["asciidoctor"];
     source = {
       remotes = ["https://rubygems.org"];
       sha256 = "0yb2gqzzbvgf5im0bhv26s3h09m9m6a0pjlq3swqcvwi1szc64k5";
@@ -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 = {
@@ -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 = {