Bump active_model_serializers

This commit is contained in:
Dennis Schubert 2016-05-12 01:43:18 +02:00 committed by Jonne Haß
parent f95ccdf979
commit f725349f18
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6
2 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,7 @@ gem "omniauth-wordpress", "0.2.2"
# Serializers
gem "active_model_serializers", "0.9.4"
gem "active_model_serializers", "0.9.5"
# XMPP chat dependencies
gem "diaspora-vines", "~> 0.2.0.develop"

View file

@ -22,7 +22,7 @@ GEM
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_model_serializers (0.9.4)
active_model_serializers (0.9.5)
activemodel (>= 3.2)
activejob (4.2.6)
activesupport (= 4.2.6)
@ -780,7 +780,7 @@ PLATFORMS
ruby
DEPENDENCIES
active_model_serializers (= 0.9.4)
active_model_serializers (= 0.9.5)
activerecord-import (= 0.11.0)
acts-as-taggable-on (= 3.5.0)
acts_as_api (= 0.4.2)