Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

COMPATIBILITY.md

File metadata and controls

26 lines (18 loc) · 1.15 KB

Compatibility

Our goal as BucketStore maintainers is for the library to be compatible with all supported versions of Ruby.

Specifically, any CRuby/MRI version that has not received an End of Life notice (e.g. this notice for Ruby 2.1) is supported.

To that end, our build matrix includes all these versions.

Any time BucketStore doesn't work on a supported version of Ruby, it's a bug, and can be reported here.

Deprecation

Whenever a version of Ruby falls out of support, we will mirror that change in BucketStore by updating the build matrix and releasing a new major version.

At that point, we will close any issues that only affect the unsupported version, and may choose to remove any workarounds from the code that are only necessary for the unsupported version.

We will then bump the major version of BucketStore, to indicate the break in compatibility. Even if the new version of BucketStore happens to work on the unsupported version of Ruby, we consider compatibility to be broken at this point.