https://github.com/apache/spark
Revision 6e8dbacf8a1402878a2a4be295bbe78e7c78327e authored by Hyukjin Kwon on 16 December 2023, 01:52:46 UTC, committed by Dongjoon Hyun on 02 January 2024, 16:36:11 UTC
Currently documentation build is broken:

https://github.com/apache/spark/actions/runs/7226413850/job/19691970695

```
...
ERROR:  Error installing bundler:
	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.0.0.
```

This PR uses the suggestion.

To recover the CI.

No, dev-only.

CI in this PR verify it.

No.

Closes #44376 from HyukjinKwon/SPARK-46425.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit d0da1172b7d87b68a8af8464c6486aa586324241)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent f0e5fc9
History
Tip revision: 6e8dbacf8a1402878a2a4be295bbe78e7c78327e authored by Hyukjin Kwon on 16 December 2023, 01:52:46 UTC
[SPARK-46425][INFRA] Pin the bundler version in CI
Tip revision: 6e8dbac

README.md

back to top