From a195a9db1fa71b90830150550b0cfb673873ff66 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 6 Jan 2024 15:49:26 -0500 Subject: [PATCH] [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 cbffec8afe21..782ce6a652b8 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"