From b5c2d74f04d2fc97f405663c54a7ba2de2a14f44 Mon Sep 17 00:00:00 2001 From: Adam Crownoble Date: Thu, 17 Dec 2015 13:42:05 +0800 Subject: [PATCH] Update required Rails version The Rails version is still listed as 3.2 as the required version even though the gem now supports 4.1 and 4.2. --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 810aa6f..ddd085d 100755 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -47,7 +47,7 @@ Then continue to the next chapters and learn how to configure and deploy your CA ### 1. Create a Ruby on Rails application -Make sure you installed Ruby on Rails 3.2.x (for example through `gem install rails -v '~> 3.2.11'`). +Make sure you installed Ruby on Rails 4.1.x or 4.2.x (for example through `gem install rails -v '~> 4.2.5'`). {% highlight bash %} rails new my-casino --skip-test-unit --skip-bundle