From edfe6dadf6e5c63cd3811ddea4b42c5560a6774e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:41:07 +0000 Subject: [PATCH] Bump otr-activerecord from 2.4.0 to 2.5.0 Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/jhollinger/otr-activerecord/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhollinger/otr-activerecord/compare/v2.4.0...v2.5.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 | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a2fb9c60f0..8aecfaa16c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'activerecord', '~> 7.2' -gem 'otr-activerecord', '~> 2.4.0' +gem 'otr-activerecord', '~> 2.5.0' gem 'sqlite3', '~> 2.4' gem 'rubocop', '~> 1.69.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6de39f23ff..912813060b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,9 +74,6 @@ GEM fiber-storage (1.0.0) geckodriver-helper (0.24.0) archive-zip (~> 0.7) - hashie (5.0.0) - hashie-forbidden_attributes (0.1.1) - hashie (>= 3.0) http-accept (1.7.0) http-cookie (1.0.7) domain_name (~> 0.5) @@ -124,9 +121,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - otr-activerecord (2.4.0) - activerecord (>= 6.0, < 7.3) - hashie-forbidden_attributes (~> 0.1) + otr-activerecord (2.5.0) + activerecord (>= 6.0, < 8.1) parallel (1.26.3) parseconfig (1.1.2) parser (3.3.6.0) @@ -294,7 +290,7 @@ DEPENDENCIES mime-types (~> 3.6) msfrpc-client (~> 1.1, >= 1.1.2) net-smtp - otr-activerecord (~> 2.4.0) + otr-activerecord (~> 2.5.0) parseconfig (~> 1.1, >= 1.1.2) pry-byebug (~> 3.10, >= 3.10.1) qr4r (~> 0.6.1)