Skip to content

Commit

Permalink
Add compatibility table to README (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
santib authored Dec 23, 2021
1 parent ed5aad4 commit 9358958
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ In order to get the gem working on your project you just need to add the gem to
gem 'active_storage_base64'
```

## Compatibility
Rails Version | ActiveStorageBase64 Version
--------------|-----------------------------
7.0.x | 2.0.x
6.1.x | 1.2.x
6.0.x | 1.1.x
5.2.x | 0.1.x

## Prerequisites

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))
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).

## Usage

Expand Down

0 comments on commit 9358958

Please sign in to comment.