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

yao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6dd1c44dbb Update webrick to 1.8.2 for CVE, just in casee (#571)
6dd1c44dbb is described below

commit 6dd1c44dbb70f9305314efd7e3eac68e57212b40
Author: Sean Owen <[email protected]>
AuthorDate: Tue Dec 31 19:21:56 2024 -0600

    Update webrick to 1.8.2 for CVE, just in casee (#571)
---
 Gemfile      |  2 +-
 Gemfile.lock | 28 +++++++++++++---------------
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/Gemfile b/Gemfile
index 40be1f3fca..614f45dcb1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,4 +20,4 @@ source "https://rubygems.org";
 gem "jekyll", "4.2.0"
 gem "rouge", "3.26.0"
 
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8.2"
diff --git a/Gemfile.lock b/Gemfile.lock
index c22b5ee812..df5ef41abc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,18 +1,18 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    addressable (2.8.6)
-      public_suffix (>= 2.0.2, < 6.0)
+    addressable (2.8.7)
+      public_suffix (>= 2.0.2, < 7.0)
     colorator (1.1.0)
-    concurrent-ruby (1.2.3)
+    concurrent-ruby (1.3.4)
     em-websocket (0.5.3)
       eventmachine (>= 0.12.9)
       http_parser.rb (~> 0)
     eventmachine (1.2.7)
-    ffi (1.16.3)
+    ffi (1.17.1)
     forwardable-extended (2.6.0)
     http_parser.rb (0.8.0)
-    i18n (1.14.1)
+    i18n (1.14.6)
       concurrent-ruby (~> 1.0)
     jekyll (4.2.0)
       addressable (~> 2.4)
@@ -33,32 +33,30 @@ GEM
       sassc (> 2.0.1, < 3.0)
     jekyll-watch (2.2.1)
       listen (~> 3.0)
-    kramdown (2.4.0)
-      rexml
+    kramdown (2.5.1)
+      rexml (>= 3.3.9)
     kramdown-parser-gfm (1.1.0)
       kramdown (~> 2.0)
     liquid (4.0.4)
-    listen (3.8.0)
+    listen (3.9.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 (5.0.4)
+    public_suffix (5.1.1)
     rb-fsevent (0.11.2)
-    rb-inotify (0.10.1)
+    rb-inotify (0.11.1)
       ffi (~> 1.0)
-    rexml (3.3.4)
-      strscan
+    rexml (3.4.0)
     rouge (3.26.0)
     safe_yaml (1.0.5)
     sassc (2.4.0)
       ffi (~> 1.9)
-    strscan (3.1.0)
     terminal-table (2.0.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
     unicode-display_width (1.8.0)
-    webrick (1.8.1)
+    webrick (1.8.2)
 
 PLATFORMS
   ruby
@@ -66,7 +64,7 @@ PLATFORMS
 DEPENDENCIES
   jekyll (= 4.2.0)
   rouge (= 3.26.0)
-  webrick (~> 1.7)
+  webrick (~> 1.8.2)
 
 BUNDLED WITH
    2.4.19


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to