Feature #19652
Ruby 2.2 support of Redmine 2.6 (Rails 3.2)
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Rails support | |||
Target version: | 2.6.6 | |||
Resolution: | Fixed |
Description
Rails team says if Rails 3.2.22 will be released, it includes Ruby 2.2 support.
https://github.com/rails/rails/pull/18306#issuecomment-69333576
Associated revisions
2.6-stable: Gemfile: add gems to test group for Ruby 2.2 (#19652)
2.6-stable: Gemfile: update Rails to 3.2.22
2.6-stable: add Ruby 2.2 to .travis.yml (#19652)
History
#1
Updated by Toshi MARUYAMA almost 6 years ago
- Description updated (diff)
#2
Updated by Toshi MARUYAMA almost 6 years ago
You can run Redmine 2.6 on Ruby 2.2 with this change.
diff --git a/Gemfile b/Gemfile
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem "rails", "3.2.21"
+gem "rails", :github => 'rails/rails', :branch => '3-2-stable'
gem "jquery-rails", "~> 3.1.1"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
#3
Updated by Toshi MARUYAMA over 5 years ago
- Target version set to 2.6.6
#4
Updated by Toshi MARUYAMA over 5 years ago
JPL, could you add Ruby 2.2 to CI Server?
#5
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Added, thanks.