hack: to handle tenantname.fizzy.37signals.com

Let's do the needful thing for now, and clean it up once the gem has
exposed the tenant resolver as a config in a cleaner way.
This commit is contained in:
Mike Dalessio
2025-03-12 01:10:47 -04:00
parent 300dffd376
commit d8075b74b7
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
ruby file: ".ruby-version"
gem "rails", github: "rails/rails", branch: "main"
gem "active_record-tenanted", bc: "active_record-tenanted"
gem "active_record-tenanted", bc: "active_record-tenanted", branch: "fizzy-temporary"
# Assets & front end
gem "importmap-rails"