HyukjinKwon commented on a change in pull request #31263:
URL: https://github.com/apache/spark/pull/31263#discussion_r560970073
##########
File path: docs/README.md
##########
@@ -39,6 +39,12 @@ installed. Also install the following libraries:
$ sudo gem install jekyll jekyll-redirect-from rouge
```
+If your ruby version is 3.0 or higher, you should install `webrick` too.
+
+```sh
+$ sudo gem install jekyll jekyll-redirect-from rouge webrick
Review comment:
```suggestion
$ sudo gem install jekyll jekyll-redirect-from webrick
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]