From add395abbe012e5db1144987c4e8352c70db04c9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Wed, 28 Nov 2018 16:46:06 +0000
Subject: [PATCH] Bump active_model_serializers from 0.10.6 to 0.10.8

Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.6 to 0.10.8.
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.8/CHANGELOG.md)
- [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 Gemfile      | 2 +-
 Gemfile.lock | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Gemfile b/Gemfile
index 39501d107..9cb77c229 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ ruby '2.5.0'
 
 gem 'rails', '5.1.6.1'
 
-gem 'active_model_serializers', '~> 0.10.0'
+gem 'active_model_serializers', '~> 0.10.8'
 gem 'bootstrap-sass'
 gem 'bootstrap-datepicker-rails'
 gem 'cancancan'
diff --git a/Gemfile.lock b/Gemfile.lock
index b518cfa2a..fdd2ce8a0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -69,11 +69,11 @@ GEM
       erubi (~> 1.4)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.3)
-    active_model_serializers (0.10.6)
+    active_model_serializers (0.10.8)
       actionpack (>= 4.1, < 6)
       activemodel (>= 4.1, < 6)
       case_transform (>= 0.2)
-      jsonapi-renderer (>= 0.1.1.beta1, < 0.2)
+      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
     activejob (5.1.6.1)
       activesupport (= 5.1.6.1)
       globalid (>= 0.3.6)
@@ -224,7 +224,7 @@ GEM
     js_cookie_rails (2.2.0)
       railties (>= 3.1)
     json (2.1.0)
-    jsonapi-renderer (0.1.2)
+    jsonapi-renderer (0.2.0)
     kaminari (0.17.0)
       actionpack (>= 3.0.0)
       activesupport (>= 3.0.0)
@@ -478,7 +478,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  active_model_serializers (~> 0.10.0)
+  active_model_serializers (~> 0.10.8)
   activemodel-serializers-xml
   better_errors!
   bootstrap-datepicker-rails