summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-09-13 10:50:51 +0000
committerAlyssa Ross <hi@alyssa.is>2022-09-13 10:52:11 +0000
commitb432093ec12c5d2274c3d6958f62e56c0a32bc75 (patch)
treed409aae075ca39e3d2bb87cfc9dcba35f5330b3a
parentb95488e501cbd26475eb27ea01840245283e9972 (diff)
downloadspectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.tar
spectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.tar.gz
spectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.tar.bz2
spectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.tar.lz
spectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.tar.xz
spectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.tar.zst
spectrum-b432093ec12c5d2274c3d6958f62e56c0a32bc75.zip
Documentation: update gems
just-the-docs 0.4.0.rc2 includes my styling fix for AsciiDoc examples
with titles, which will be used in the build configuration
documentation.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--Documentation/Gemfile.lock10
-rw-r--r--Documentation/gemset.nix16
2 files changed, 13 insertions, 13 deletions
diff --git a/Documentation/Gemfile.lock b/Documentation/Gemfile.lock
index b5b8626..d5be45a 100644
--- a/Documentation/Gemfile.lock
+++ b/Documentation/Gemfile.lock
@@ -1,8 +1,8 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    addressable (2.8.0)
-      public_suffix (>= 2.0.2, < 5.0)
+    addressable (2.8.1)
+      public_suffix (>= 2.0.2, < 6.0)
     asciidoctor (2.0.17)
     colorator (1.1.0)
     concurrent-ruby (1.1.10)
@@ -39,7 +39,7 @@ GEM
       jekyll (>= 3.8, < 5.0)
     jekyll-watch (2.2.1)
       listen (~> 3.0)
-    just-the-docs (0.4.0.rc1)
+    just-the-docs (0.4.0.rc2)
       jekyll (>= 3.8.5)
       jekyll-seo-tag (>= 2.0)
       rake (>= 12.3.1)
@@ -54,9 +54,9 @@ GEM
     mercenary (0.4.0)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
-    public_suffix (4.0.7)
+    public_suffix (5.0.0)
     rake (13.0.6)
-    rb-fsevent (0.11.1)
+    rb-fsevent (0.11.2)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
     rexml (3.2.5)
diff --git a/Documentation/gemset.nix b/Documentation/gemset.nix
index 3c726bd..c79b273 100644
--- a/Documentation/gemset.nix
+++ b/Documentation/gemset.nix
@@ -5,10 +5,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp";
+      sha256 = "1ypdmpdn20hxp5vwxz3zc04r5xcwqc25qszdlg41h8ghdqbllwmw";
       type = "gem";
     };
-    version = "2.8.0";
+    version = "2.8.1";
   };
   asciidoctor = {
     groups = ["default"];
@@ -163,10 +163,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1m9yb8aw9xq774q91sv690hsm6c39gv1ph3cbkmk0fiwd7jdwxs2";
+      sha256 = "0056ci2b5cxjdljivwz3rjgbb4dvllfn3zzcyvw37nl9y8abvyn0";
       type = "gem";
     };
-    version = "0.4.0.rc1";
+    version = "0.4.0.rc2";
   };
   kramdown = {
     dependencies = ["rexml"];
@@ -237,10 +237,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1f3knlwfwm05sfbaihrxm4g772b79032q14c16q4b38z8bi63qcb";
+      sha256 = "0sqw1zls6227bgq38sxb2hs8nkdz4hn1zivs27mjbniswfy4zvi6";
       type = "gem";
     };
-    version = "4.0.7";
+    version = "5.0.0";
   };
   rake = {
     groups = ["default"];
@@ -257,10 +257,10 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "06c50pvxib7wqnv6q0f3n7gzfcrp5chi3sa48hxpkfxc3hhy11fm";
+      sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
       type = "gem";
     };
-    version = "0.11.1";
+    version = "0.11.2";
   };
   rb-inotify = {
     dependencies = ["ffi"];