Marcel Telka
2024-02-04 2c8630c029963cd6f10770085ab3b0cbe59779c4
shared-macros.mk: set RUBY_VERSION to 3.2

1 files modified
16 ■■■■■ changed files
make-rules/shared-macros.mk 16 ●●●●● patch | view | raw | blame | history
make-rules/shared-macros.mk
@@ -706,7 +706,21 @@
F77 =        $(F77.$(COMPILER).$(BITS))
FC =        $(FC.$(COMPILER).$(BITS))
RUBY_VERSION =  2.3
#
# We will start to obsolete major Ruby versions according the following table:
#
# +--------------+----------------+
# | Ruby version | Obsolete after |
# +--------------+----------------+
# |     2.3      |   2019-03-31   |
# |     2.6      |   2022-04-12   |
# |     3.2      |   2026-03-31   |
# +--------------+----------------+
#
# See https://www.ruby-lang.org/en/downloads/branches/
#
RUBY_VERSION = 3.2
RUBY_LIB_VERSION.2.3 = 2.3.0
RUBY_LIB_VERSION.2.6 = 2.6.0