This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new a195a9db1fa [Website]: Update to Jekyl `4.3.3` (#451)
a195a9db1fa is described below
commit a195a9db1fa71b90830150550b0cfb673873ff66
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Jan 6 15:49:26 2024 -0500
[Website]: Update to Jekyl `4.3.3` (#451)
Use the latest Jekyll so the docs build with the latest Ruby version.
We'll update other dependencies by
https://github.com/apache/arrow-site/pull/449 .
---
Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Gemfile b/Gemfile
index cbffec8afe2..782ce6a652b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@
source "https://rubygems.org"
ruby RUBY_VERSION
-gem "jekyll", "4.2.0"
+gem "jekyll", "4.3.3"
gem "rake"
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "webrick"