Move testing setup for path-based tenanting into test helper

This was previously in the AR::Tenanted branch we were using, but
feels like it doesn't belong in the gem.
This commit is contained in:
Mike Dalessio
2025-08-10 18:49:52 -04:00
parent e5bedcee99
commit 360e22feb0
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ gem "stimulus-rails"
gem "turbo-rails"
# Deployment and drivers
gem "active_record-tenanted", bc: "active_record-tenanted", branch: "flavorjones/path-based-tenanting"
gem "active_record-tenanted", bc: "active_record-tenanted"
gem "bootsnap", require: false
gem "kamal", bc: "kamal", ref: "344e2d79", require: false
gem "puma", ">= 5.0"