From c8897adfa1b8e4cbf9493f2db8b8d43a453ea13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:37:07 +0000 Subject: [PATCH] Bump otr-activerecord from 2.2.0 to 2.3.0 Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.2.0 to 2.3.0. - [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhollinger/otr-activerecord/compare/v2.2.0...v2.3.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 8dc719b..9e71f1c 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.2' +gem 'otr-activerecord', '~> 2.3' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' gem 'puma', '~> 6.4' diff --git a/Gemfile.lock b/Gemfile.lock index 261dcbc..3dcc5a2 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.2.0) - activerecord (>= 4.0, < 7.2) + otr-activerecord (2.3.0) + activerecord (>= 6.0, < 7.2) hashie-forbidden_attributes (~> 0.1) parallel (1.25.1) parser (3.3.4.0) @@ -282,7 +282,7 @@ DEPENDENCIES guard-puma (~> 0.8.1) jwt (~> 2.8) kaminari (~> 1.2, >= 1.2.2) - otr-activerecord (~> 2.2) + otr-activerecord (~> 2.3) pg (~> 1.5) prometheus-client (~> 4.2) puma (~> 6.4)