Skip to content

Commit 0cff6da

Browse files
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" />
1 parent 0ca0223 commit 0cff6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
rb-fsevent (0.11.2)
5656
rb-inotify (0.11.1)
5757
ffi (~> 1.0)
58-
rexml (3.4.1)
58+
rexml (3.4.4)
5959
rouge (3.26.0)
6060
safe_yaml (1.0.5)
6161
sassc (2.4.0)

0 commit comments

Comments
 (0)