From 548619d010c5877230e862d3d476db9e53286067 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:49:19 -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..b07203473 --- /dev/null +++ b/jekyll/supported_versions.markdown @@ -0,0 +1,17 @@ +--- +layout: default +title: Supported Versions Policy +nav_order: 60 +--- + +# Supported Versions 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.