プロジェクト

全般

プロフィール

Vote #79692

完了

Incorrect supported Ruby version in doc/INSTALL

Admin Redmine さんが4年以上前に追加. 4年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Documentation_24
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
24
version_id:
145
issue_org_id:
30161
author_id:
332
assigned_to_id:
1
comments:
6
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
99
ステータス-->[Closed]

説明

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


journals

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
ruby 2.2 is no longer maintained: https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/
Shouldn't we require ruby 2.3?
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> ruby 2.2 is no longer maintained: https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/
> Shouldn't we require ruby 2.3?

I am in favor of dropping support for Ruby 2.2. It is not very important to support 4 years old Ruby, I think. And it should be a good news for plugin developers.
--------------------------------------------------------------------------------
Patch committed. We can't drop support for a ruby version in a minor version, so we keep 2.2 for now.
--------------------------------------------------------------------------------


related_issues

relates,Closed,25538,Drop support for Ruby 2.2.1 and ealier, 2.2.2+ is now required

Admin Redmine さんが4年以上前に更新

  • カテゴリDocumentation_24 にセット
  • 対象バージョン4.0.1_145 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0