From 91d07e09de896acccbf16a1777aa3b252459c1ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:59:36 +0000 Subject: [PATCH] Bump active_model_serializers from 0.10.7 to 0.10.12 Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.7 to 0.10.12. - [Release notes](https://github.com/rails-api/active_model_serializers/releases) - [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.12/CHANGELOG.md) - [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.12) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2a67142e..5bd6eb84 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'aws-sdk-s3' gem "bootstrap-table-rails" gem "paperclip", "~> 6.0.0" gem 'active_designer' -gem 'active_model_serializers', '~> 0.10.0' +gem 'active_model_serializers', '~> 0.10.12' gem 'bootstrap-sass' gem 'cancancan' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index b3016386..959d99d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,9 +25,9 @@ GEM rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) active_designer (0.0.3) - active_model_serializers (0.10.7) - actionpack (>= 4.1, < 6) - activemodel (>= 4.1, < 6) + active_model_serializers (0.10.12) + actionpack (>= 4.1, < 6.2) + activemodel (>= 4.1, < 6.2) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.2.4.5) @@ -142,7 +142,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.5.1) - jsonapi-renderer (0.2.0) + jsonapi-renderer (0.2.2) jwt (1.5.6) launchy (2.4.3) addressable (~> 2.3) @@ -322,7 +322,7 @@ PLATFORMS DEPENDENCIES active_designer - active_model_serializers (~> 0.10.0) + active_model_serializers (~> 0.10.12) aws-sdk-s3 bootstrap-sass bootstrap-table-rails