Project

General

Profile

Actions

Defect #30161

closed

Incorrect supported Ruby version in doc/INSTALL

Added by Go MAEDA over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Documentation
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Redmine 4.0 (Rails 5.2) requires Ruby 2.2.2 or later, but doc/INSTALL states Ruby 2.2.1 or later.

Index: doc/INSTALL
===================================================================
--- doc/INSTALL    (revision 17702)
+++ doc/INSTALL    (working copy)
@@ -7,7 +7,7 @@

 == Requirements

-* Ruby >= 2.2.1
+* Ruby >= 2.2.2
 * RubyGems
 * Bundler >= 1.5.0

@@ -29,7 +29,7 @@
 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


Related issues

Related to Redmine - Feature #25538: Drop support for Ruby 2.2.1 and ealier, 2.2.2+ is now requiredClosedJean-Philippe Lang

Actions
Actions

Also available in: Atom PDF