Skip to content

Commit 6c345d3

Browse files
authored
Add supported versions policy (#2742)
1 parent 65c9d0c commit 6c345d3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

jekyll/supported_versions.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Supported Versions Policy
4+
nav_order: 60
5+
---
6+
7+
# Supported Versions Policy
8+
9+
For Ruby, we support the versions [listed as being under normal maintenance](https://www.ruby-lang.org/en/downloads/branches/).
10+
11+
For Ruby on Rails, we support the versions [listed as supported for bug fixes](https://rubyonrails.org/maintenance).
12+
13+
This means that new features may not be available to older versions, but we still try to ensure that the Ruby LSP is stable.
14+
15+
We will consider contributions to support other versions of these tools, as long as they not detrimental to the project's overall health.

0 commit comments

Comments
 (0)