diff options
author | Carlos <theistian@gmail.com> | 2015-10-06 16:08:41 +0200 |
---|---|---|
committer | Carlos <theistian@gmail.com> | 2015-10-06 16:08:41 +0200 |
commit | 58c24258b23fe51cf30aa49329a89f84718f18d2 (patch) | |
tree | 50943a2c8b59fe82f777267630432dc626d4822a /ruby-ecosystem.html.markdown | |
parent | e0f81c1a9f6329d785ecc558f1a380c24c26809d (diff) |
Ruby 1.9.x is also retired
Ruby 1.9.3 reached end of life in Feb 2015 as is stated in https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/
Is good to anyone to know that 2.x.x are the only rubies which get official security patches
Diffstat (limited to 'ruby-ecosystem.html.markdown')
-rw-r--r-- | ruby-ecosystem.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-ecosystem.html.markdown b/ruby-ecosystem.html.markdown index d8a02d36..1fbcc752 100644 --- a/ruby-ecosystem.html.markdown +++ b/ruby-ecosystem.html.markdown @@ -42,7 +42,7 @@ The three major version of Ruby in use are: * 2.0.0 - Released in February 2013. Most major libraries and frameworks support 2.0.0. * 1.9.3 - Released in October 2011. This is the version most rubyists use - currently. + currently. Also [retired](https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/) * 1.8.7 - Ruby 1.8.7 has been [retired](http://www.ruby-lang.org/en/news/2013/06/30/we-retire-1-8-7/). |