Bump active_model_serializers
This commit is contained in:
parent
027c0420c9
commit
a1abcdb1c0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -137,7 +137,7 @@ gem "openid_connect", "2.3.0"
|
|||
|
||||
# Serializers
|
||||
|
||||
gem "active_model_serializers", "0.9.9"
|
||||
gem "active_model_serializers", "0.9.12"
|
||||
|
||||
# Tags
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ GEM
|
|||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
active_model_serializers (0.9.9)
|
||||
active_model_serializers (0.9.12)
|
||||
activemodel (>= 3.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
activejob (6.1.7.8)
|
||||
|
|
@ -788,7 +788,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
active_model_serializers (= 0.9.9)
|
||||
active_model_serializers (= 0.9.12)
|
||||
activerecord-import (= 1.7.0)
|
||||
acts-as-taggable-on (= 9.0.1)
|
||||
acts_as_api (= 1.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue