From f4b23f99f3987d2370427a571771c2f7e09bf7b2 Mon Sep 17 00:00:00 2001 From: rkaldung Date: Mon, 11 Aug 2014 20:29:10 +0200 Subject: [PATCH] revert used rails version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa0db1c3..a2149ca5b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Getting Started ``` zammad@shell> cd zammad - zammad@shell> gem install rails --version '~> 3.2.0' + zammad@shell> gem install rails zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed! zammad@shell> sudo bundle install ```