Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…3.x` ### What changes were proposed in this pull request? This PR aims to use the latest `rouge` `4.5.x` by removing the upper-bound `3.x` (2022-07-29) ### Why are the changes needed? We are using `Ruby 3.3` in Apache Spark 4 documentation. So, we don't need to be blocked in the old `rouge` versions. https://github.com/apache/spark/blob/3bb9a72c8691786584eb2856ff6e3571f0118283/.github/workflows/pages.yml#L71 https://github.com/apache/spark/blob/b2c8b3069ef4f5288a5964af0da6f6b23a769e6b/docs/README.md?plain=1#L33 `Rouge` release notes: - https://github.com/rouge-ruby/rouge/releases/tag/v4.5.1 (Latest) - https://github.com/rouge-ruby/rouge/releases/tag/v4.5.0 (2024-11-10) ... - https://github.com/rouge-ruby/rouge/releases/tag/v4.0.0 (2022-09-06) - https://github.com/rouge-ruby/rouge/releases/tag/v3.30.0 (2022-07-29) ### Does this PR introduce _any_ user-facing change? No behavior change. This only affects documentation. ### How was this patch tested? Manual review. I checked the following. ``` $ cd docs $ SKIP_API=1 bundle exec jekyll build ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49149 from dongjoon-hyun/SPARK-50549. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information