From 90d0636b6c78d3f149f13090ad8cc759e0f69d30 Mon Sep 17 00:00:00 2001 From: Rishav Kumar Date: Tue, 13 Oct 2020 16:43:39 +0530 Subject: [PATCH 1/2] fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756519c..1672f23 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository demonstrates how to run Appium Ruby tests on BrowserStack App Au ### Requirements -1. Ruby 2.2+ +1. Ruby >=2.3.0 - If not installed, install Ruby from [here](https://www.ruby-lang.org/en/documentation/installation/) From ecc23bd47652b47336cc07f5a6dd9b436d9a5c60 Mon Sep 17 00:00:00 2001 From: Rishav Kumar Date: Tue, 13 Oct 2020 16:53:08 +0530 Subject: [PATCH 2/2] removed support for lower version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1672f23..400f7ef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository demonstrates how to run Appium Ruby tests on BrowserStack App Au ### Requirements -1. Ruby >=2.3.0 +1. Ruby >=2.6 - If not installed, install Ruby from [here](https://www.ruby-lang.org/en/documentation/installation/)