From 2225e87ed34e16c581f3a16a2bc66cf553b5ff9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:38:19 +0000 Subject: [PATCH] chore(deps): bump active_model_serializers from 0.10.13 to 0.10.14 Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.13 to 0.10.14. - [Release notes](https://github.com/rails-api/active_model_serializers/releases) - [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.14/CHANGELOG.md) - [Commits](https://github.com/rails-api/active_model_serializers/compare/v0.10.13...v0.10.14) --- updated-dependencies: - dependency-name: active_model_serializers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 569416cb2..09f8539c0 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'redis', '~> 5.0.7' gem 'lograge', '~> 0.13.0' # API -gem 'active_model_serializers', '~> 0.10.13' +gem 'active_model_serializers', '~> 0.10.14' gem 'graphql', '~> 2.1.0' gem 'rack-cors', '~> 2.0.1' gem 'health_check', '~> 3.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7ebab9df6..ac00539fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,9 +48,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_model_serializers (0.10.13) - actionpack (>= 4.1, < 7.1) - activemodel (>= 4.1, < 7.1) + active_model_serializers (0.10.14) + actionpack (>= 4.1) + activemodel (>= 4.1) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (7.0.8) @@ -546,7 +546,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (~> 0.10.13) + active_model_serializers (~> 0.10.14) activejob-status app-info (~> 3.0.0) awesome_print