Bump active_model_serializers
This commit is contained in:
parent
aa0ac5bec6
commit
61a560a58d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -171,7 +171,7 @@ gem "openid_connect", "1.3.0"
|
|||
|
||||
# Serializers
|
||||
|
||||
gem "active_model_serializers", "0.9.7"
|
||||
gem "active_model_serializers", "0.9.8"
|
||||
|
||||
# XMPP chat dependencies
|
||||
gem "diaspora-prosody-config", "0.0.7"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ GEM
|
|||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||
active_model_serializers (0.9.7)
|
||||
active_model_serializers (0.9.8)
|
||||
activemodel (>= 3.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
activejob (5.2.8)
|
||||
|
|
@ -791,7 +791,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
active_model_serializers (= 0.9.7)
|
||||
active_model_serializers (= 0.9.8)
|
||||
activerecord-import (= 1.4.0)
|
||||
acts-as-taggable-on (= 8.1.0)
|
||||
acts_as_api (= 1.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue