From 7c33289f603d28646e63aed953fd16b1413f4db1 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 29 Aug 2025 15:21:07 -0400 Subject: [PATCH] dep: activerecord-tenanted --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 933cb4e61..405073cc5 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "stimulus-rails" gem "turbo-rails" # Deployment and drivers -gem "active_record-tenanted", bc: "active_record-tenanted" +gem "activerecord-tenanted", bc: "activerecord-tenanted" gem "bootsnap", require: false gem "kamal", bc: "kamal", ref: "344e2d79", require: false gem "puma", ">= 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index dbb76fd31..7e29eeb36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT - remote: https://github.com/basecamp/active_record-tenanted - revision: f7bf7c2ba5602ed6ad842b54da7355d281d52b21 + remote: https://github.com/basecamp/activerecord-tenanted + revision: 30e90f47ec7b50bf24fe169024d7360b5ea438a5 specs: - active_record-tenanted (0.1.0) + activerecord-tenanted (0.1.0) activerecord (>= 8.1.alpha) rack-contrib (>= 2.5.0) railties (>= 8.1.alpha) @@ -596,7 +596,7 @@ PLATFORMS x86_64-mingw32 DEPENDENCIES - active_record-tenanted! + activerecord-tenanted! activeresource aws-sdk-s3 bcrypt (~> 3.1.7)