From 88ea783740306d3ad66907e20e5f98b4aa20a885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:54:07 +0000 Subject: [PATCH] Bump otr-activerecord from 2.3.0 to 2.4.0 Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.3.0 to 2.4.0. - [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhollinger/otr-activerecord/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: otr-activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c402c8f..a71d5d8 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'grape_logging', '~> 1.8', '>= 1.8.4' gem 'grape-swagger', '~> 2.1' gem 'jwt', '~> 2.8' gem 'kaminari', '~> 1.2', '>= 1.2.2' -gem 'otr-activerecord', '~> 2.3' +gem 'otr-activerecord', '~> 2.4' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' gem 'puma', '~> 6.4' diff --git a/Gemfile.lock b/Gemfile.lock index de7c897..54ebd08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,8 +166,8 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - otr-activerecord (2.3.0) - activerecord (>= 6.0, < 7.2) + otr-activerecord (2.4.0) + activerecord (>= 6.0, < 7.3) hashie-forbidden_attributes (~> 0.1) parallel (1.26.3) parser (3.3.4.2) @@ -281,7 +281,7 @@ DEPENDENCIES guard-puma (~> 0.8.1) jwt (~> 2.8) kaminari (~> 1.2, >= 1.2.2) - otr-activerecord (~> 2.3) + otr-activerecord (~> 2.4) pg (~> 1.5) prometheus-client (~> 4.2) puma (~> 6.4)