You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/05/03 17:23:51 UTC

docs commit: Update README and make explicit to install ruby 2.0

Repository: cordova-docs
Updated Branches:
  refs/heads/master 52550693b -> a4b7507e2


Update README and make explicit to install ruby 2.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a4b7507e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a4b7507e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a4b7507e

Branch: refs/heads/master
Commit: a4b7507e27c5c9abc3fc979a442ca0a5888e3df3
Parents: 5255069
Author: filmaj <ma...@gmail.com>
Authored: Wed May 3 10:23:46 2017 -0700
Committer: filmaj <ma...@gmail.com>
Committed: Wed May 3 10:23:46 2017 -0700

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a4b7507e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 578fc1c..54e2844 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,13 @@ Installing
 
 ## Ruby
 
+Ruby 1.8, 1.9 and 2.4 are confirmed _not_ to work. Please make sure you are running ruby 2.0.
+
 ### Mac OS X
 
 Install Homebrew from [this site][homebrew], and then run:
 
-    brew install ruby
+    brew install ruby@2.0
 
 ### Windows
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org