From aa0194717721f12b57897caaafd70288a6d281b6 Mon Sep 17 00:00:00 2001 From: lallenlowe Date: Fri, 8 Dec 2017 11:12:35 -0800 Subject: [PATCH] Update recommended ruby version When using 1.9.3 not all the dependencies can be installed. I also think https://github.com/oneops/cli/pull/24 needs to be merged though, because I had to make those changes locally to get it to run. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b7b66..3f8cfcb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For more about OneOps see . Pre-requisites -------------- -The version of Ruby recommended to run the OneOps CLI is [RVM](http://rvm.io) with latest ruby `v1.9.3` installed from there. +The version of Ruby recommended to run the OneOps CLI is [RVM](http://rvm.io) with latest ruby `v2.1.1` installed from there. Install