diff --git a/Gemfile b/Gemfile index f38e511d6..225059bc6 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ gem "omniauth-wordpress", "0.2.2" # Serializers -gem "active_model_serializers", "0.9.3" +gem "active_model_serializers", "0.9.4" # XMPP chat dependencies gem "diaspora-vines", "~> 0.2.0.develop" diff --git a/Gemfile.lock b/Gemfile.lock index 8cf58cf4d..ebba3276f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.3) + active_model_serializers (0.9.4) activemodel (>= 3.2) activejob (4.2.5.1) activesupport (= 4.2.5.1) @@ -773,7 +773,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (= 0.9.3) + active_model_serializers (= 0.9.4) activerecord-import (= 0.10.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.2)