Feature #16194
Ruby 2.1 support
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Ruby support | |||
Target version: | 2.5.2 | |||
Resolution: |
Description
I run travis personally.
https://travis-ci.org/marutosi/redmine-bb
Ruby 2.1.0 tests passes.
But, Ruby 2.1.1 (ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]) tests fail.
https://travis-ci.org/marutosi/redmine/builds/19696007
Related issues
Associated revisions
add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)
pass PatchesTest on Rails 4.0.5 (#16194)
History
#1
Updated by Toshi MARUYAMA almost 9 years ago
- Description updated (diff)
#2
Updated by Toshi MARUYAMA almost 9 years ago
- Subject changed from Ruby 2.1.1 support to Ruby 2.1support
#3
Updated by Toshi MARUYAMA almost 9 years ago
- Description updated (diff)
#4
Updated by Toshi MARUYAMA almost 9 years ago
- Subject changed from Ruby 2.1support to Ruby 2.1 support
#5
Updated by Toshi MARUYAMA almost 9 years ago
- Related to Defect #16269: Cannot create/edit user and after create project (Clean install redmine 2.5.0) added
#6
Updated by Toshi MARUYAMA almost 9 years ago
Regression of Hash#reject in Ruby 2.1.1
https://www.ruby-lang.org/en/news/2014/03/10/regression-of-hash-reject-in-ruby-2-1-1/
#7
Updated by Toshi MARUYAMA over 8 years ago
Ruby 2.1.2 has released.
https://www.ruby-lang.org/en/news/2014/05/09/ruby-2-1-2-is-released/
#8
Updated by Raphael Kallensee over 8 years ago
Can I assume that Redmine runs fine with Ruby 2.1.2?
#9
Updated by Toshi MARUYAMA over 8 years ago
- Target version set to 2.5.2
Trunk on CI server has Ruby 2.1.2 environment.
http://www.redmine.org/builds/index.html
JPL, could you add Ruby 2.1.2 to Redmine 2.5?
#10
Updated by Jean-Philippe Lang over 8 years ago
I'll do it asap.
#11
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
Ruby 2.1.2 tests added to Redmine 2.5 and they pass.