This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch release-1.5
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5efbaf71d6601a78c06cf779792e5c4e124a9bbd
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Feb 19 16:19:50 2026 +0100

    [hotfix][docs] Remove jekyll-gist update from build script
    
    The jekyll-gist gem is not used on this branch, so bundle update 
jekyll-gist fails.
---
 docs/build_docs.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/build_docs.sh b/docs/build_docs.sh
index 398903c07a0..aa08f4c21f1 100755
--- a/docs/build_docs.sh
+++ b/docs/build_docs.sh
@@ -42,8 +42,6 @@ if [ "`command -v bundle`" == "" ]; then
 fi
 
 # Install Ruby dependencies locally
-# Fix jekyll-gist dependency metadata issue
-bundle update jekyll-gist
 bundle install --path .rubydeps
 
 DOCS_SRC=${DIR}

Reply via email to