Doc: Update Ruby dependencies and fix Rakefile
authorZoë Ma <zoe.ma@curii.com>
Fri, 23 Jun 2023 06:50:50 +0000 (14:50 +0800)
committerZoë Ma <zoe.ma@curii.com>
Fri, 30 Jun 2023 07:06:23 +0000 (15:06 +0800)
- Updated rubygems with "bundle update" for dependencies.
- Fixed Rakefile by replacing the obsoleted method aliases.

Arvados-DCO-1.1-Signed-off-by: Zoë Ma <zoe.ma@curii.com>

doc/Gemfile.lock
doc/Rakefile

index 5fcdbb64432fb2fad49e2ed29dd3366e8a3d15d1..420e13146f5b3228ccbe2fc6cf608fd062cd3a6f 100644 (file)
@@ -3,16 +3,16 @@ GEM
   specs:
     RedCloth (4.3.2)
     coderay (1.1.3)
-    colorize (0.8.1)
+    colorize (1.0.5)
     commonjs (0.2.7)
     kramdown (1.17.0)
     less (2.6.0)
       commonjs (~> 0.2.7)
-    liquid (4.0.3)
+    liquid (4.0.4)
     makerakeworkwell (1.0.4)
       rake (>= 0.9.2, < 15)
-    rake (13.0.1)
-    zenweb (3.10.4)
+    rake (13.0.6)
+    zenweb (3.10.6)
       coderay (~> 1.0)
       kramdown (~> 1.4)
       less (~> 2.0)
index 676f2845c5bb073d9ef3662a5571011f320e19d5..89454940c700f19c35284454c44450a631c40a49 100644 (file)
@@ -51,7 +51,7 @@ file ["install/new_cluster_checklist_Azure.xlsx", "install/new_cluster_checklist
 end
 
 file "sdk/python/arvados/index.html" do |t|
-  if ENV['NO_SDK'] || File.exists?("no-sdk")
+  if ENV['NO_SDK'] || File.exist?("no-sdk")
     next
   end
   `which pdoc`
@@ -66,7 +66,7 @@ file "sdk/python/arvados/index.html" do |t|
 end
 
 file "sdk/R/arvados/index.html" do |t|
-  if ENV['NO_SDK'] || File.exists?("no-sdk")
+  if ENV['NO_SDK'] || File.exist?("no-sdk")
     next
   end
   `which R`
@@ -132,7 +132,7 @@ EOF
 end
 
 file "sdk/java-v2/javadoc/index.html" do |t|
-  if ENV['NO_SDK'] || File.exists?("no-sdk")
+  if ENV['NO_SDK'] || File.exist?("no-sdk")
     next
   end
   `which java`