Skip to content

Commit be04876

Browse files
committed
[SPARK-52529][DOCS][FOLLOWUP] Fully upgrade jekyll from 4.3 to 4.4
### What changes were proposed in this pull request? A follow-up for 3675568, which left the Gemfile not updated ### Why are the changes needed? Doc dependency management. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? build doc after dependency upgrade ### Was this patch authored or co-authored using generative AI tooling? no Closes #51214 from yaooqinn/SPARK-51090. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
1 parent 23cf926 commit be04876

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ source "https://rubygems.org"
2222
# To update the lock file, run `bundle update`.
2323
# Version constraint reference: https://guides.rubygems.org/patterns/#declaring-dependencies
2424

25-
gem "jekyll", "~> 4.3"
25+
gem "jekyll", "~> 4.4"
2626
gem "jekyll-redirect-from", "~> 0.16"
2727
# This resolves a build issue on Apple Silicon.
2828
# See: https://issues.apache.org/jira/browse/SPARK-38488

docs/Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.2.0)
7-
bigdecimal (3.1.9)
6+
base64 (0.3.0)
7+
bigdecimal (3.2.2)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
10-
csv (3.3.2)
10+
csv (3.3.5)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.1)
15+
ffi (1.17.2)
1616
forwardable-extended (2.6.0)
17-
google-protobuf (4.29.3-arm64-darwin)
17+
google-protobuf (4.31.1)
1818
bigdecimal
1919
rake (>= 13)
2020
http_parser.rb (0.8.0)
@@ -45,7 +45,7 @@ GEM
4545
sass-embedded (~> 1.75)
4646
jekyll-watch (2.2.1)
4747
listen (~> 3.0)
48-
json (2.9.1)
48+
json (2.12.2)
4949
kramdown (2.5.1)
5050
rexml (>= 3.3.9)
5151
kramdown-parser-gfm (1.1.0)
@@ -57,16 +57,17 @@ GEM
5757
mercenary (0.4.0)
5858
pathutil (0.16.2)
5959
forwardable-extended (~> 2.6)
60-
public_suffix (6.0.1)
61-
rake (13.2.1)
60+
public_suffix (6.0.2)
61+
rake (13.3.0)
6262
rb-fsevent (0.11.2)
6363
rb-inotify (0.11.1)
6464
ffi (~> 1.0)
6565
rexml (3.3.9)
66-
rouge (4.5.1)
66+
rouge (4.5.2)
6767
safe_yaml (1.0.5)
68-
sass-embedded (1.83.4-arm64-darwin)
69-
google-protobuf (~> 4.29)
68+
sass-embedded (1.89.2)
69+
google-protobuf (~> 4.31)
70+
rake (>= 13)
7071
terminal-table (3.0.2)
7172
unicode-display_width (>= 1.1.1, < 3)
7273
unicode-display_width (2.6.0)
@@ -77,7 +78,7 @@ PLATFORMS
7778

7879
DEPENDENCIES
7980
ffi (~> 1.15)
80-
jekyll (~> 4.3)
81+
jekyll (~> 4.4)
8182
jekyll-redirect-from (~> 0.16)
8283
rexml (~> 3.3.9)
8384

0 commit comments

Comments
 (0)