summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-01-19 10:49:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-01-19 10:49:51 +0000
commit42bb2a42801335a57d79b2715e5cc75a226adf74 (patch)
treef09a4cba6fefbb0b6fd21ce8c447e88dd1b6af05 /doc/INSTALL
parent08fd9c399b785d89815a35f0d7d8289dfdc5f142 (diff)
downloadredmine-42bb2a42801335a57d79b2715e5cc75a226adf74.tar.gz
redmine-42bb2a42801335a57d79b2715e5cc75a226adf74.zip
Incorrect supported Ruby version in doc/INSTALL (#30161).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17815 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 446bf946c..60fdcb367 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -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