]> source.dussan.org Git - redmine.git/commitdiff
Merged r17815 to 4.0-stable (#30161).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Jan 2019 10:50:35 +0000 (10:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Jan 2019 10:50:35 +0000 (10:50 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17816 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/INSTALL

index 446bf946c825d7024423b5b25182fc7f9c24e540..60fdcb36722daf98eba157999b859977a8040ae3 100644 (file)
@@ -7,7 +7,7 @@ http://www.redmine.org/
 
 == Requirements
 
-* Ruby >= 2.2.1
+* Ruby >= 2.2.2
 * RubyGems
 * Bundler >= 1.5.0
 
@@ -29,7 +29,7 @@ Optional:
 2. Create an empty utf8 encoded database: "redmine" for example
 
 3. Configure the database parameters in config/database.yml
-   for the "production" environment (default database is MySQL and ruby1.9)
+   for the "production" environment (default database is MySQL)
 
 4. Install the required gems by running:
      bundle install --without development test