diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-10-22 17:37:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-10-22 17:37:16 +0000 |
commit | 2d1866d966d94c688f9cb87c5bf3f096dffac844 (patch) | |
tree | 7a733c1cc51448ab69b3f892285305dbfb0ae15e /doc/INSTALL | |
parent | a6ec78a4dc658e3517ed682792016b6530458696 (diff) | |
download | redmine-2d1866d966d94c688f9cb87c5bf3f096dffac844.tar.gz redmine-2d1866d966d94c688f9cb87c5bf3f096dffac844.zip |
Merged rails-4.1 branch (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 21ae70c2f..68fd230e2 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,7 +7,7 @@ http://www.redmine.org/ == Requirements -* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0 or 2.1 +* Ruby >= 1.9.3 * RubyGems * Bundler >= 1.0.21 @@ -30,9 +30,6 @@ Optional: 3. Configure the database parameters in config/database.yml for the "production" environment (default database is MySQL and ruby1.9) - If you're running Redmine with MySQL and ruby1.8, replace the adapter name - with `mysql` - 4. Install the required gems by running: bundle install --without development test |