fixed needed rails version

This commit is contained in:
rkaldung 2014-08-11 20:23:37 +02:00
parent 5e7e1f9423
commit 3dbcf7f45e

View file

@ -25,7 +25,7 @@ Getting Started
```
zammad@shell> cd zammad
zammad@shell> gem install rails
zammad@shell> gem install rails --version '~> 3.2.0'
zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed!
zammad@shell> sudo bundle install
```