From 4284025fcab02e7efe47fbd3681edf9ae32356f7 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 9 Sep 2025 12:50:40 -0400 Subject: [PATCH] dep: get on public release of activerecord-tenanted --- Gemfile | 2 +- Gemfile.lock | 17 ++++++----------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 29dc202ab..d1d841a14 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "stimulus-rails" gem "turbo-rails" # Deployment and drivers -gem "activerecord-tenanted", bc: "activerecord-tenanted" +gem "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 65a573823..692b72a5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,3 @@ -GIT - remote: https://github.com/basecamp/activerecord-tenanted - revision: cd5a8dc0d461fc24ee5731984c597d02e1e80f43 - specs: - activerecord-tenanted (0.1.0) - activerecord (>= 8.1.alpha) - rack-contrib (>= 2.5.0) - railties (>= 8.1.alpha) - zeitwerk - GIT remote: https://github.com/basecamp/file_repository revision: 8c8d1594f3ec7e8c0938e6a7f7def521692344e4 @@ -226,6 +216,11 @@ GEM activemodel (>= 5.0.0.a) activesupport (>= 5.0.0.a) builder (~> 3.1) + activerecord-tenanted (0.2.0) + activerecord (>= 8.1.alpha) + rack-contrib (>= 2.5.0) + railties (>= 8.1.alpha) + zeitwerk activeresource (6.1.4) activemodel (>= 6.0) activemodel-serializers-xml (~> 1.0) @@ -604,7 +599,7 @@ PLATFORMS x86_64-mingw32 DEPENDENCIES - activerecord-tenanted! + activerecord-tenanted activeresource aws-sdk-s3 bcrypt (~> 3.1.7)