Skip to content

Commit

Permalink
Update README according to action results
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed May 8, 2024
1 parent bfa61ba commit 9935de7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ gem install cached_resource

CachedResource is designed to be framework agnostic, but will hook into Rails for caching and logging if available. CachedResource supports the following ActiveSupport/Rails (right) and Ruby (down) version combinations:

| | πŸ›€οΈ 4.2 | πŸ›€οΈ 5.0 | πŸ›€οΈ 5.1 | πŸ›€οΈ 6.0 | πŸ›€οΈ 6.1 | πŸ›€οΈ 7.0 |
|-------|-----|-----|-----|-----|-----|-----|
| πŸ’Ž 1.9 | βœ… | | | | | |
| πŸ’Ž 2.2 | βœ… | | | | | |
| πŸ’Ž 2.3 | βœ… | βœ… | βœ… | | | |
| πŸ’Ž 2.4 | βœ… | βœ… | βœ… | | | |
| πŸ’Ž 2.5 | βœ… | βœ… | βœ… | βœ… | βœ… | |
| πŸ’Ž 2.6 | βœ… | βœ… | βœ… | βœ… | βœ… | |
| πŸ’Ž 2.7 | | βœ… | βœ… | βœ… | βœ… | βœ… |
| πŸ’Ž 3.0 | | | | βœ… | βœ… | βœ… |
| πŸ’Ž 3.1 | | | | βœ… | βœ… | βœ… |
| πŸ’Ž 3.2 | | | | βœ… | βœ… | βœ… |
| | πŸ›€οΈ 4.2 | πŸ›€οΈ 5.0 | πŸ›€οΈ 5.1 | πŸ›€οΈ 6.0 | πŸ›€οΈ 6.1 | πŸ›€οΈ 7.0 | πŸ›€οΈ 7.1 |
|-------|-----|-----|-----|-----|-----|-----|-----|
| πŸ’Ž 2.3 | βœ… | βœ… | βœ… | | | | |
| πŸ’Ž 2.4 | βœ… | βœ… | βœ… | | | | |
| πŸ’Ž 2.5 | βœ… | βœ… | βœ… | βœ… | βœ… | | |
| πŸ’Ž 2.6 | βœ… | βœ… | βœ… | βœ… | βœ… | |
| πŸ’Ž 2.7 | | βœ… | βœ… | βœ… | βœ… | βœ… |βœ… |
| πŸ’Ž 3.0 | | | | βœ… | βœ… | βœ… | βœ… |
| πŸ’Ž 3.1 | | | | βœ… | βœ… | βœ… | βœ… |
| πŸ’Ž 3.2 | | | | βœ… | βœ… | βœ… | βœ… |
| πŸ’Ž 3.3 | | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |

## Limitations

Expand Down

0 comments on commit 9935de7

Please sign in to comment.