From 75a11adaa59bcd3c05f0ce5117e39627a44f9a37 Mon Sep 17 00:00:00 2001 From: Josh Anderson Date: Sun, 14 Jul 2019 21:19:19 +0100 Subject: [PATCH] Update minimum ruby version (#290) --- docs/documentation_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation_index.md b/docs/documentation_index.md index cb58c42f..8cba4a75 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -14,7 +14,7 @@ For larger changes, we suggest that you clone the website repository. This way, To test your changes locally, you need to install **Ruby** and its dependencies (gems): -- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) if you don't have it already. Ruby version 2.3.0 or higher is required. +- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) if you don't have it already. Ruby version 2.5.0 or higher is required. - Install `bundler`, a dependency manager for Ruby: `$ gem install bundler` (You might have to run this command as `sudo`). - Fork the home-assistant.io [git repository](https://github.com/home-assistant/home-assistant.io). - In your home-assistant.io root directory, run `$ bundle` to install the gems you need.