プロジェクト

全般

プロフィール

Vote #79648

完了

Update rdoc gem

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

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

0%

予定工数:
category_id:
45
version_id:
99
issue_org_id:
29999
author_id:
332
assigned_to_id:
332
comments:
5
status_id:
5
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

Redmine uses rdoc gem 4.3.0 that was released 2 years ago. According to the commit log of r15945, this is because the newer versions of rdoc requires RubyGems 2.2 which is too high for Redmine at that time.

But now, the current trunk requires Ruby >=2.2, so we can assume that the version of RubyGems is at least 2.4.5. We can update RubyGems to the latest version.


Index: Gemfile
===================================================================
--- Gemfile (revision 17629)
+++ Gemfile (working copy)
@@ -79,7 +79,7 @@
 end

 group :development do
-  gem "rdoc", "~> 4.3"
+  gem "rdoc"
   gem "yard"
 end

journals

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

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

--------------------------------------------------------------------------------
Committed.
--------------------------------------------------------------------------------

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


related_issues

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

Admin Redmine さんが約4年前に更新

  • カテゴリGems support_45 にセット
  • 対象バージョン4.0.0_99 にセット

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

いいね!0
いいね!0