Maintenance Policy
Maintenance Policy
Rails Event Store project aims to follow semver. There are a couple of situations which may be perceived as exceptions from following it and they are described in this article.
Ruby versions
Our aim is to only support ruby versions which are not EOL. Therefore:
- Whenever new minor ruby version is released, we start testing against it on CI and if changes are needed to support it, they are shipped with priority.
- Whenever ruby version goes EOL, the support for it is dropped in next minor version without any consideration.
On CI, all latest minor versions of CRuby are tested. Currently other Ruby implementations are not supported, but we are open to changing that situation depending on external funding.
Check also Ruby Releases for a list of current stable releases.