Merge pull request #299 from vanstee/bump-version-in-readme

Bump minor version specified in Gemfile
This commit is contained in:
Steve Klabnik 2013-05-11 08:14:08 -07:00
commit 8b7e9d32d7

View File

@ -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: