Bump minor version specified in Gemfile

This commit is contained in:
vanstee
2013-05-11 02:33:27 -04:00
parent e6e1b3feaa
commit 6b6afb8a83

View File

@@ -19,7 +19,7 @@ The easiest way to install `ActiveModel::Serializers` is to add it to your
`Gemfile`: `Gemfile`:
```ruby ```ruby
gem "active_model_serializers", "~> 0.7.0" gem "active_model_serializers", "~> 0.8.0"
``` ```
Then, install it on the command line: Then, install it on the command line: