From ec355982c2836bf1c1f340822537aa2ef0fcfcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 14 Mar 2019 11:04:37 +0000 Subject: [PATCH] Bump active_model_serializers from 0.10.6 to 0.10.9 Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.6 to 0.10.9. - [Release notes](https://github.com/rails-api/active_model_serializers/releases) - [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.9/CHANGELOG.md) - [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.9) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 81833ae05..2ff08f792 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.5.0' gem 'rails', '5.1.6.2' -gem 'active_model_serializers', '~> 0.10.0' +gem 'active_model_serializers', '~> 0.10.9' gem 'bootstrap-sass' gem 'bootstrap-datepicker-rails' gem 'cancancan' diff --git a/Gemfile.lock b/Gemfile.lock index eb48618b5..5a6e3e1fb 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.9) 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.2) activesupport (= 5.1.6.2) 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) @@ -476,7 +476,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (~> 0.10.0) + active_model_serializers (~> 0.10.9) activemodel-serializers-xml better_errors! bootstrap-datepicker-rails