Skip to content

Commit 9358958

Browse files
authored
Add compatibility table to README (#70)
1 parent ed5aad4 commit 9358958

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ In order to get the gem working on your project you just need to add the gem to
1313
gem 'active_storage_base64'
1414
```
1515

16+
## Compatibility
17+
Rails Version | ActiveStorageBase64 Version
18+
--------------|-----------------------------
19+
7.0.x | 2.0.x
20+
6.1.x | 1.2.x
21+
6.0.x | 1.1.x
22+
5.2.x | 0.1.x
23+
1624
## Prerequisites
1725

18-
The only prerequisites for using this gem are having Rails version 6.1 or higher installed on your project and having ActiveStorage properly set up (for more information on how to do this, check [Active Storage Overview](https://edgeguides.rubyonrails.org/active_storage_overview.html))
26+
The only prerequisite for using this gem is having ActiveStorage properly set up in your project. For more information on how to do this, check [Active Storage Overview](https://edgeguides.rubyonrails.org/active_storage_overview.html).
1927

2028
## Usage
2129

0 commit comments

Comments
 (0)