You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/13 10:52:12 UTC

[GitHub] rmetzger commented on a change in pull request #7575: [FLINK-11418][docs] Fix version of bundler to 1.16.1

rmetzger commented on a change in pull request #7575: [FLINK-11418][docs] Fix version of bundler to 1.16.1
URL: https://github.com/apache/flink/pull/7575#discussion_r256342038
 
 

 ##########
 File path: docs/README.md
 ##########
 @@ -12,11 +12,11 @@ dependencies are installed locally when you build the documentation through the
 `build_docs.sh` script. If you want to install the software manually, use Ruby's
 Bundler Gem to install all dependencies:
 
-    gem install bundler
+    gem install bundler -v 1.16.1
     bundle install
 
-Note that in Ubuntu based systems, it may be necessary to install the `ruby-dev`
-via apt to build native code.
+Note that in Ubuntu based systems, it may be necessary to install the following
+packages `rubygems ruby-dev libssl-dev build-essential`.
 
 Review comment:
   Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services