プロジェクト

全般

プロフィール

Vote #79638

完了

Update roadie gem to 3.4.0

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

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

0%

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

説明

Redmine uses roadie gem 3.2.x that is a bit old. According to the commit log of r16611, this is because some test failure was observed with roadie 3.3 and Ruby 2.1.

But the current trunk does not support Ruby 2.1, so we don't have to take Ruby 2.1 into account. I think Redmine can update roadie gem right now.


Index: Gemfile
===================================================================
--- Gemfile (revision 17626)
+++ Gemfile (working copy)
@@ -10,7 +10,7 @@
 gem "mini_mime", "~> 1.0.1"
 gem "actionpack-xml_parser"
 gem "roadie-rails", "~> 1.3.0"
-gem "roadie", "~> 3.2.1"
+gem "roadie", "~> 3.4.0"
 gem "mimemagic"
 gem "mail", "~> 2.7.1"
 gem "csv", "~> 1.0.2" if RUBY_VERSION >= "2.3"

journals

--------------------------------------------------------------------------------
I think reverting r16611 is better because roadie is required by roadie-rails and not directly required by Redmine.

<pre><code class="diff">
Index: Gemfile
===================================================================
--- Gemfile (revision 17626)
+++ Gemfile (working copy)
@@ -10,7 +10,6 @@
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"
gem "roadie-rails", "~> 1.3.0"
-gem "roadie", "~> 3.2.1"
gem "mimemagic"
gem "mail", "~> 2.7.1"
gem "csv", "~> 1.0.2" if RUBY_VERSION >= "2.3"
</code></pre>
--------------------------------------------------------------------------------

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


related_issues

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

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

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

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

いいね!0
いいね!0