You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,17 @@ In order to get the gem working on your project you just need to add the gem to
13
13
gem 'active_storage_base64'
14
14
```
15
15
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
+
16
24
## Prerequisites
17
25
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).
0 commit comments