This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 0cff6daeab Update `rexml` to version 3.4.4 (#635)
0cff6daeab is described below
commit 0cff6daeabf7df5a3742829370d7ef9fcbbc211c
Author: Bjørn Jørgensen <[email protected]>
AuthorDate: Mon Sep 22 22:29:12 2025 +0200
Update `rexml` to version 3.4.4 (#635)
```
~/github/spark-website$ bundle update rexml
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Resolving dependencies...
Using rexml 3.4.4 (was 3.4.1)
Installing sassc 2.4.0 with native extensions
Fetching jekyll-sass-converter 2.2.0
Installing jekyll-sass-converter 2.2.0
Fetching jekyll 4.4.1
Installing jekyll 4.4.1
Bundle updated!
bjorn@128:~/github/spark-website$ bundle exec jekyll build
/home/bjorn/github/spark-website/.local_ruby_bundle/ruby/3.3.0/gems/liquid-4.0.4/lib/liquid.rb:72:
warning: bigdecimal was loaded from the standard library, but will no longer
be part of the default gems starting from Ruby 3.4.0.
You can add bigdecimal to your Gemfile or gemspec to silence this warning.
Configuration file: /home/bjorn/github/spark-website/_config.yml
Source: /home/bjorn/github/spark-website
Destination: /home/bjorn/github/spark-website/site
Incremental build: disabled. Enable with --incremental
Generating...
done in 1.388 seconds.
Auto-regeneration: disabled. Use --watch to enable.
```
I get this now
<img width="1341" height="774" alt="image"
src="https://github.com/user-attachments/assets/f08e116f-bb52-4b24-bfe2-ae04fe432f31"
/>
---
Gemfile.lock | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index 366bd3c1f3..921ae35c61 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -55,7 +55,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.4.1)
+ rexml (3.4.4)
rouge (3.26.0)
safe_yaml (1.0.5)
sassc (2.4.0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]