From 97f5a492cd121ca70d77d696e800859f4c59695b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 17 Sep 2025 17:07:42 -0400 Subject: [PATCH] dep: bump activerecord-tenanted to a version with max_connection_pool --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4d38c63d0..f39e5df58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,9 +215,9 @@ GEM activemodel (>= 5.0.0.a) activesupport (>= 5.0.0.a) builder (~> 3.1) - activerecord-tenanted (0.3.0) - activerecord (>= 8.1.alpha) - railties (>= 8.1.alpha) + activerecord-tenanted (0.4.1) + activerecord (>= 8.1.beta) + railties (>= 8.1.beta) zeitwerk activeresource (6.2.0) activemodel (>= 7.0)