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

yao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aecea392c7 Align bundler in doc_gen.yml with  Gemfile.lock
aecea392c7 is described below

commit aecea392c731270ff5d731bc5c4dfd74d57f8cf0
Author: Kent Yao <[email protected]>
AuthorDate: Thu Aug 8 15:54:00 2024 +0800

    Align bundler in doc_gen.yml with  Gemfile.lock
---
 .github/workflows/doc_gen.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/doc_gen.yml b/.github/workflows/doc_gen.yml
index 720b2356ce..c2f5a5d9e8 100644
--- a/.github/workflows/doc_gen.yml
+++ b/.github/workflows/doc_gen.yml
@@ -21,7 +21,7 @@ jobs:
       run: |
         apt-get update -y
         apt-get install -y ruby ruby-dev
-        gem install bundler --version 1.17.2
+        gem install bundler --version 2.4.19
         bundle install
     - name: Run documentation build
       run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to