diff --git a/Gemfile b/Gemfile index a6ba59a05..38f99d34d 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ gem "openid_connect", "1.3.0" # Serializers -gem "active_model_serializers", "0.9.8" +gem "active_model_serializers", "0.9.9" # Tags diff --git a/Gemfile.lock b/Gemfile.lock index 24c53f83f..304bbc716 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.8) + active_model_serializers (0.9.9) activemodel (>= 3.2) concurrent-ruby (~> 1.0) activejob (6.1.7.4) @@ -790,7 +790,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (= 0.9.8) + active_model_serializers (= 0.9.9) activerecord-import (= 1.4.1) acts-as-taggable-on (= 9.0.1) acts_as_api (= 1.0.1)