Skip to content
Snippets Groups Projects
Commit 7bc6e343 authored by Gasser Martin (mg20u947)'s avatar Gasser Martin (mg20u947)
Browse files

Merge branch 'eol_check-ruby' into 'master'

5076 - add eol_check ruby

See merge request !5
parents f00c4d3b a2f35236
No related branches found
No related tags found
1 merge request!55076 - add eol_check ruby
...@@ -49,4 +49,17 @@ node:12:2022-04-30 ...@@ -49,4 +49,17 @@ node:12:2022-04-30
node:13:2020-06-30 node:13:2020-06-30
node:14:2023-04-30 node:14:2023-04-30
# ----------------------------------------------------------------------
ruby:ruby is a dynamic, open source programming language
ruby:https://ruby-lang.org/
# ......................................................................
ruby:2.4:2020-03-31
ruby:2.5:2021-03-31
ruby:2.6:2022-03-31
ruby:2.7:2023-03-31
ruby:3.0:2024-03-31
ruby:3.1:2025-12-25
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# ----------------------------------------------------------------------------
#
# EOL - End of life detection - Warn before reaching end of life
#
# detect version of ruby
#
# ----------------------------------------------------------------------------
# 2022-02-23 v1.0 <martin.gasser@iml.unibe.ch>
# ----------------------------------------------------------------------------
# ----- example output
# ruby --version
# ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
ruby --version | cut -b 6-8
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment