mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-27 14:57:43 +00:00
Add dependency notes to README.
This commit is contained in:
parent
62faac16c3
commit
d2a5bb4c4e
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ gem 'grape-active_model_serializers'
|
||||||
|
|
||||||
See [UPGRADING](UPGRADING.md) if you're upgrading from a previous version.
|
See [UPGRADING](UPGRADING.md) if you're upgrading from a previous version.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
* >= Ruby v2.2
|
||||||
|
* >= [grape](https://github.com/intridea/grape) v0.8.0
|
||||||
|
* >= [active_model_serializers](https://github.com/rails-api/active_model_serializers) v0.10.0
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Require grape-active_model_serializers
|
### Require grape-active_model_serializers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue