From d2a5bb4c4e6630912de3351fbf2a8447d1476055 Mon Sep 17 00:00:00 2001 From: Darren Cheng Date: Wed, 13 Jul 2016 14:32:07 -0700 Subject: [PATCH] Add dependency notes to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f30186f..397cfbd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ gem 'grape-active_model_serializers' 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 ### Require grape-active_model_serializers