Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down