Feature #14371
closedDrop Ruby 1.8.7 support
0%
Description
Ruby 1.8.7 retired on the end of June 2013.
http://www.ruby-lang.org/en/news/2013/06/30/we-retire-1-8-7/
Related issues
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
A prominent mention on the frontpage would IMHO be a good idea, too... if we had the banner plugin here on redmine.org I'd use that...
Made a sticky post:
Updated by Etienne Massip over 11 years ago
This could be tied to Rails 4 switch.
Updated by Toshi MARUYAMA over 11 years ago
Etienne Massip wrote:
This could be tied to Rails 4 switch.
No. Ruby team won't release security fix for Ruby 1.8.7.
Updated by Jun NAITOH over 11 years ago
Updated by Simon Deziel over 11 years ago
Toshi MARUYAMA wrote:
No. Ruby team won't release security fix for Ruby 1.8.7.
Some distros are going to provide security fixes for quite some time (ex: Ubuntu will do till April 2017).
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
Simon Deziel wrote:
Some distros are going to provide security fixes for quite some time (ex: Ubuntu will do till April 2017).
Updated
Link?
Updated by Etienne Massip over 11 years ago
Toshi MARUYAMA wrote:
Etienne Massip wrote:
This could be tied to Rails 4 switch.
No. Ruby team won't release security fix for Ruby 1.8.7.
I think you don't get me.
Redmine 2.x should still support 1.8.7 language and run fine on latest MRI. I've added a note in RedmineInstall to discourage its use for new setups, but people should be able to update their Redmine instance to the latest release without reinstalling the full stack.
Rails 4.0 is out and has dropped support for 1.8.7.
-> Redmine could drop 1.8.7 support when switching to Rails 4.0, whenever it will be.
Updated by Simon Deziel over 11 years ago
Jan Niggemann wrote:
Simon Deziel wrote:
Some distros are going to provide security fixes for quite some time (ex: Ubuntu will do till April 2017).
Updated
accordingly.
Link?
I don't have any link for this specifically but LTS versions of Ubuntu include security fixes for 5 years for all packages part of the "main" repository (maintained by Canonical). The current LTS version was released in April 2012 and shipped with ruby 1.8.7 so this package will be maintained with security fixes till April 2017.
Note that this same LTS version also ships ruby 1.9.3 (http://packages.ubuntu.com/precise/ruby1.9.1, which is truely 1.9.3 despite the name/version) and this version too is maintained for 5 years.
Updated by Simon Deziel over 11 years ago
Jan Niggemann wrote:
Simon Deziel wrote:
Some distros are going to provide security fixes for quite some time (ex: Ubuntu will do till April 2017).
Updated
accordingly.
Link?
Ubuntu just issued a security fix for ruby 1.8.7 and 1.9.3: http://www.ubuntu.com/usn/usn-1902-1/
Updated by Jun NAITOH almost 11 years ago
Security Maintenance Extension of Ruby 1.8.7 and 1.9.2
Effective immediately, 1.8.7 and 1.9.2 will be supported for security patches until June 2014.
Updated by Go MAEDA over 10 years ago
"Extended maintenance of Ruby versions 1.8.7 and 1.9.2 will end on July 31, 2014."
https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/
Updated by Toshi MARUYAMA over 10 years ago
- Related to Feature #14534: Upgrade to Rails 4.2 added
Updated by Jean-Philippe Lang about 10 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Now that trunk runs with Rails 4.1, ruby >= 1.9.3 is required.