Project

General

Profile

Actions

Feature #25807

closed

Upgrade to roadie-rails 1.2

Added by Pavel Rosický almost 7 years ago. Updated almost 6 years ago.

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

0%

Estimated time:
Resolution:
Fixed

Description

https://github.com/Mange/roadie-rails/blob/master/Changelog.md

gem "roadie-rails", (RUBY_VERSION < '2.2.0' ? '~> 1.1.1' : '~> 1.2.0')

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
Related to Redmine - Patch #28929: Update roadie-rails to ~> 1.3.0ClosedGo MAEDA

Actions
Actions #1

Updated by Toshi MARUYAMA almost 7 years ago

https://github.com/Mange/roadie-rails/pull/72

diff --git a/roadie-rails.gemspec b/roadie-rails.gemspec
index f162ef6..d59c4c7 100644
--- a/roadie-rails.gemspec
+++ b/roadie-rails.gemspec
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
   spec.description   = %q{Hooks Roadie into your Rails application to help with email generation.}
   spec.license       = "MIT" 

+  spec.required_ruby_version = ">= 2.2" 
+
   spec.files         = `git ls-files`.split($/)
   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})

Actions #2

Updated by Toshi MARUYAMA almost 7 years ago

  • Target version set to 4.0.0
Actions #3

Updated by Toshi MARUYAMA almost 7 years ago

Version 1.2.1 should be released immediately
https://github.com/Mange/roadie-rails/issues/73

Actions #4

Updated by Go MAEDA almost 7 years ago

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

Updated by Toshi MARUYAMA almost 7 years ago

  • Tracker changed from Defect to Feature
  • Subject changed from roadie-rails dropped support for Ruby < 2.2.0 to upgrade roadie-rails 1.2
Actions #6

Updated by Toshi MARUYAMA almost 7 years ago

Actions #7

Updated by Jean-Philippe Lang over 6 years ago

  • Subject changed from upgrade roadie-rails 1.2 to Upgrade to roadie-rails 1.2
  • Category set to Gems support
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed
Actions #8

Updated by Go MAEDA almost 6 years ago

  • Related to Patch #28929: Update roadie-rails to ~> 1.3.0 added
Actions #9

Updated by Go MAEDA almost 6 years ago

  • Target version deleted (4.0.0)

Cleared target version because the gem was updated to 1.3 for Redmine 4.0.0 by #28929.

Actions

Also available in: Atom PDF