From 8287bdfac6ec15e1f9d81e9fddd14b513e46e8f2 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:48:46 -0400 Subject: [PATCH] Add supported versions policy --- jekyll/supported_versions.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 jekyll/supported_versions.markdown diff --git a/jekyll/supported_versions.markdown b/jekyll/supported_versions.markdown new file mode 100644 index 000000000..9786646dd --- /dev/null +++ b/jekyll/supported_versions.markdown @@ -0,0 +1,17 @@ +--- +layout: default +title: Supported Versions Policy +nav_order: 60 +--- + +# Supported VersionsA Policy + +For Ruby, we support the versions listed as being under normal maintenance: + +https://www.ruby-lang.org/en/downloads/branches/ + +For Ruby on Rails, we support the versions listed as supported for bug fixes: + +https://rubyonrails.org/maintenance + +We will consider contributions that to support other versions of these tools, as long as they not detrimental to the project's overall health.