Skip to content

Commit

Permalink
Add best guess at supported versions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutalek authored and David Kutalek committed Aug 14, 2024
1 parent a6c5f61 commit f14ad03
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,27 @@ A gem for easily using read replicas.

## Supported Versions

Knockoff supports Rails 4, 5 and 6
| Knockoff version: | 1.0 | 1.1.0 | 1.1.1 | 1.4 | 1.5 |
| Ruby 2.2 | [x] | [ ] | [ ] | [ ] | [ ] |
| Ruby 2.3 | [x] | [x] | [ ] | [ ] | [ ] |
| Ruby 2.4 | [x] | [x] | [x] | [ ] | [ ] |
| Ruby 2.5 | [ ] | [x] | [x] | [ ] | [ ] |
| Ruby 2.6 | [ ] | [ ] | [x] | [x] | [ ] |
| Ruby 2.7 | [ ] | [ ] | [x] | [x] | [x] |
| Ruby 3.0 | [ ] | [ ] | [ ] | [x] | [x] |
| Ruby 3.1 | [ ] | [ ] | [ ] | [x] | [x] |

| Knockoff version: | 1.0 | 1.1.0 | 1.1.1 | 1.4 | 1.5 |
| Rails 4 | [x] | [x] | [ ] | [ ] | [ ] |
| Rails 5.0 | [x] | [x] | [x] | [ ] | [ ] |
| Rails 5.1 | [x] | [x] | [x] | [ ] | [ ] |
| Rails 5.2 | [x] | [x] | [x] | [ ] | [ ] |
| Rails 6.0 | [ ] | [ ] | [x] | [x] | [ ] |
| Rails 6.1 | [ ] | [ ] | [ ] | [x] | [x] |
| Rails 7.0 | [ ] | [ ] | [ ] | [ ] | [x] |
| Rails 7.1 | [ ] | [ ] | [ ] | [ ] | [ ] |
| Rails 7.2 | [ ] | [ ] | [ ] | [ ] | [ ] |


## Installation

Expand Down

0 comments on commit f14ad03

Please sign in to comment.