From 52df76aa9fdc7632b28613a0b1bbd2df6e398f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Jun 2018 22:50:10 +0000 Subject: [PATCH] Bump active_model_serializers from 0.10.6 to 0.10.7 Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.6 to 0.10.7. - [Changelog](https://github.com/rails-api/active_model_serializers/blob/master/CHANGELOG-0-10.md) - [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.7) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 09beb80be..816dfae81 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.5.0' gem 'rails', '5.1.6' -gem 'active_model_serializers', '~> 0.10.0' +gem 'active_model_serializers', '~> 0.10.7' gem 'bootstrap-sass' gem 'bootstrap-datepicker-rails' gem 'cancancan' diff --git a/Gemfile.lock b/Gemfile.lock index 4e4fea2fc..34217125d 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.7) 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) activesupport (= 5.1.6) globalid (>= 0.3.6) @@ -224,7 +224,7 @@ GEM js_cookie_rails (2.1.4) 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.7) activemodel-serializers-xml better_errors! bootstrap-datepicker-rails