Bump active_model_serializers
This commit is contained in:
parent
9b70060f10
commit
c81aadd574
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -162,7 +162,7 @@ gem "openid_connect", "1.1.2"
|
||||||
|
|
||||||
# Serializers
|
# Serializers
|
||||||
|
|
||||||
gem "active_model_serializers", "0.9.5"
|
gem "active_model_serializers", "0.9.7"
|
||||||
|
|
||||||
# XMPP chat dependencies
|
# XMPP chat dependencies
|
||||||
gem "diaspora-prosody-config", "0.0.7"
|
gem "diaspora-prosody-config", "0.0.7"
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,9 @@ GEM
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
active_model_serializers (0.9.5)
|
active_model_serializers (0.9.7)
|
||||||
activemodel (>= 3.2)
|
activemodel (>= 3.2)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
activejob (4.2.9)
|
activejob (4.2.9)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.9)
|
||||||
globalid (>= 0.3.0)
|
globalid (>= 0.3.0)
|
||||||
|
|
@ -755,7 +756,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers (= 0.9.5)
|
active_model_serializers (= 0.9.7)
|
||||||
activerecord-import (= 0.19.1)
|
activerecord-import (= 0.19.1)
|
||||||
acts-as-taggable-on (= 3.5.0)
|
acts-as-taggable-on (= 3.5.0)
|
||||||
acts_as_api (= 1.0.0)
|
acts_as_api (= 1.0.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue