From 6b6afb8a83c685218c0ca46cccba1b4b5212243b Mon Sep 17 00:00:00 2001 From: vanstee Date: Sat, 11 May 2013 02:33:27 -0400 Subject: [PATCH] Bump minor version specified in Gemfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344db129..7e92976b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The easiest way to install `ActiveModel::Serializers` is to add it to your `Gemfile`: ```ruby -gem "active_model_serializers", "~> 0.7.0" +gem "active_model_serializers", "~> 0.8.0" ``` Then, install it on the command line: