From dff244589ef5e5790d2f1fe5b5f9a254c88eec8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:45:22 +0000 Subject: [PATCH] Bump trilogy from 2.9.0 to 2.10.0 Bumps [trilogy](https://github.com/trilogy-libraries/trilogy) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/trilogy-libraries/trilogy/releases) - [Changelog](https://github.com/trilogy-libraries/trilogy/blob/main/CHANGELOG.md) - [Commits](https://github.com/trilogy-libraries/trilogy/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: trilogy dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 96b2a9e1c..e1c8ff2dc 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :test do gem "mutex_m" gem "grpc", "1.76.0" gem "mysql2", "~> 0.5" - gem "trilogy", "~> 2.9" + gem "trilogy", "~> 2.10" gem "pg", "~> 1.6" gem "activerecord", github: "rails/rails", branch: "main" gem "hiredis", "~> 0.6" diff --git a/Gemfile.lock b/Gemfile.lock index fa169476b..6022560cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,8 @@ GEM stringio (3.1.7) timeout (0.4.4) toxiproxy (2.0.2) - trilogy (2.9.0) + trilogy (2.10.0) + bigdecimal tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) @@ -212,7 +213,7 @@ DEPENDENCIES rubocop-thread_safety semian! toxiproxy - trilogy (~> 2.9) + trilogy (~> 2.10) webrick BUNDLED WITH