From f725349f1826e0318cfbb7b81c6c901b4c5c0204 Mon Sep 17 00:00:00 2001 From: Dennis Schubert <mail@dennis-schubert.de> Date: Thu, 12 May 2016 01:43:18 +0200 Subject: [PATCH] Bump active_model_serializers --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8a5654a8cc..faefeec6ba 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ gem "omniauth-wordpress", "0.2.2" # Serializers -gem "active_model_serializers", "0.9.4" +gem "active_model_serializers", "0.9.5" # XMPP chat dependencies gem "diaspora-vines", "~> 0.2.0.develop" diff --git a/Gemfile.lock b/Gemfile.lock index cdd70b4fd8..c161d9cf42 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.4) + active_model_serializers (0.9.5) activemodel (>= 3.2) activejob (4.2.6) activesupport (= 4.2.6) @@ -780,7 +780,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (= 0.9.4) + active_model_serializers (= 0.9.5) activerecord-import (= 0.11.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.2) -- GitLab