Project

General

Profile

Actions

Feature #29947

closed

Update roadie gem to 3.4.0

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

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gems support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

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" 

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 #1

Updated by Go MAEDA over 5 years ago

  • Category set to Gems support
Actions #2

Updated by Go MAEDA over 5 years ago

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

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" 
Actions #3

Updated by Go MAEDA over 5 years ago

  • Related to Feature #25538: Drop support for Ruby 2.2.1 and ealier, 2.2.2+ is now required added
Actions #4

Updated by Go MAEDA over 5 years ago

  • Status changed from New to Closed
  • Target version set to 4.0.0

Committed.

Actions #5

Updated by Go MAEDA over 5 years ago

  • Assignee set to Go MAEDA
Actions

Also available in: Atom PDF