This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 967aac1171a [SPARK-44956][BUILD] Upgrade Jekyll to 4.3.2 & Webrick to 
1.8.1
967aac1171a is described below

commit 967aac1171a49c8e98c992512487d77c2b1c4565
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Sat Sep 2 08:19:38 2023 -0500

    [SPARK-44956][BUILD] Upgrade Jekyll to 4.3.2 & Webrick to 1.8.1
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade
    - Jekyll  from 4.2.1 to 4.3.2.
    - Webrick from 1.7 to 1.8.1.
    
    ### Why are the changes needed?
    1.The `4.2.1` version was released on Sep 27, 2021, and it has been 2 years 
since now.
    
    2.Jekyll 4.3.2 was released in `Jan 21, 2023`, which includes the fix of a 
regression bug.
    - https://github.com/jekyll/jekyll/releases/tag/v4.3.2
    - https://github.com/jekyll/jekyll/releases/tag/v4.3.1
    - https://github.com/jekyll/jekyll/releases/tag/v4.3.0
       Fix regression in Convertible module from v4.2.0 
(https://github.com/jekyll/jekyll/pull/8786)
    - https://github.com/jekyll/jekyll/releases/tag/v4.2.2
    
    3.The webrick newest version include some big fixed.
    https://github.com/ruby/webrick/releases/tag/v1.8.1
    https://github.com/ruby/webrick/releases/tag/v1.8.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    - Pass GA.
    - Manually test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #42669 from panbingkun/SPARK-44956.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 docs/Gemfile      |  4 ++--
 docs/Gemfile.lock | 62 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/docs/Gemfile b/docs/Gemfile
index 6c352012964..6c676037116 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -18,7 +18,7 @@
 source "https://rubygems.org";
 
 gem "ffi", "1.15.5"
-gem "jekyll", "4.2.1"
+gem "jekyll", "4.3.2"
 gem "rouge", "3.26.0"
 gem "jekyll-redirect-from", "0.16.0"
-gem "webrick", "1.7"
+gem "webrick", "1.8.1"
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 6654e6c47c6..eda31f85747 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -1,74 +1,78 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    addressable (2.8.0)
-      public_suffix (>= 2.0.2, < 5.0)
+    addressable (2.8.5)
+      public_suffix (>= 2.0.2, < 6.0)
     colorator (1.1.0)
-    concurrent-ruby (1.1.9)
-    em-websocket (0.5.2)
+    concurrent-ruby (1.2.2)
+    em-websocket (0.5.3)
       eventmachine (>= 0.12.9)
-      http_parser.rb (~> 0.6.0)
+      http_parser.rb (~> 0)
     eventmachine (1.2.7)
     ffi (1.15.5)
     forwardable-extended (2.6.0)
-    http_parser.rb (0.6.0)
-    i18n (1.8.11)
+    google-protobuf (3.24.2)
+    http_parser.rb (0.8.0)
+    i18n (1.14.1)
       concurrent-ruby (~> 1.0)
-    jekyll (4.2.1)
+    jekyll (4.3.2)
       addressable (~> 2.4)
       colorator (~> 1.0)
       em-websocket (~> 0.5)
       i18n (~> 1.0)
-      jekyll-sass-converter (~> 2.0)
+      jekyll-sass-converter (>= 2.0, < 4.0)
       jekyll-watch (~> 2.0)
-      kramdown (~> 2.3)
+      kramdown (~> 2.3, >= 2.3.1)
       kramdown-parser-gfm (~> 1.0)
       liquid (~> 4.0)
-      mercenary (~> 0.4.0)
+      mercenary (>= 0.3.6, < 0.5)
       pathutil (~> 0.9)
-      rouge (~> 3.0)
+      rouge (>= 3.0, < 5.0)
       safe_yaml (~> 1.0)
-      terminal-table (~> 2.0)
+      terminal-table (>= 1.8, < 4.0)
+      webrick (~> 1.7)
     jekyll-redirect-from (0.16.0)
       jekyll (>= 3.3, < 5.0)
-    jekyll-sass-converter (2.1.0)
-      sassc (> 2.0.1, < 3.0)
+    jekyll-sass-converter (3.0.0)
+      sass-embedded (~> 1.54)
     jekyll-watch (2.2.1)
       listen (~> 3.0)
-    kramdown (2.3.1)
+    kramdown (2.4.0)
       rexml
     kramdown-parser-gfm (1.1.0)
       kramdown (~> 2.0)
-    liquid (4.0.3)
-    listen (3.7.0)
+    liquid (4.0.4)
+    listen (3.8.0)
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     mercenary (0.4.0)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
-    public_suffix (4.0.6)
-    rb-fsevent (0.11.0)
+    public_suffix (5.0.3)
+    rake (13.0.6)
+    rb-fsevent (0.11.2)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
-    rexml (3.2.5)
+    rexml (3.2.6)
     rouge (3.26.0)
     safe_yaml (1.0.5)
-    sassc (2.4.0)
-      ffi (~> 1.9)
-    terminal-table (2.0.0)
-      unicode-display_width (~> 1.1, >= 1.1.1)
-    unicode-display_width (1.8.0)
-    webrick (1.7.0)
+    sass-embedded (1.63.6)
+      google-protobuf (~> 3.23)
+      rake (>= 13.0.0)
+    terminal-table (3.0.2)
+      unicode-display_width (>= 1.1.1, < 3)
+    unicode-display_width (2.4.2)
+    webrick (1.8.1)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   ffi (= 1.15.5)
-  jekyll (= 4.2.1)
+  jekyll (= 4.3.2)
   jekyll-redirect-from (= 0.16.0)
   rouge (= 3.26.0)
-  webrick (= 1.7)
+  webrick (= 1.8.1)
 
 BUNDLED WITH
    2.3.8


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to