dep: update AR::Tenanted to allow config adapter registration
This commit is contained in:
@@ -11,7 +11,7 @@ gem "stimulus-rails"
|
|||||||
gem "turbo-rails"
|
gem "turbo-rails"
|
||||||
|
|
||||||
# Deployment and drivers
|
# Deployment and drivers
|
||||||
gem "activerecord-tenanted"
|
gem "activerecord-tenanted", bc: "activerecord-tenanted"
|
||||||
gem "bootsnap", require: false
|
gem "bootsnap", require: false
|
||||||
gem "kamal", require: false
|
gem "kamal", require: false
|
||||||
gem "puma", ">= 5.0"
|
gem "puma", ">= 5.0"
|
||||||
|
|||||||
+10
-5
@@ -1,3 +1,12 @@
|
|||||||
|
GIT
|
||||||
|
remote: https://github.com/basecamp/activerecord-tenanted
|
||||||
|
revision: f412b25ff0096064a4763dc0c8d21b6593678137
|
||||||
|
specs:
|
||||||
|
activerecord-tenanted (0.5.0)
|
||||||
|
activerecord (>= 8.1.beta)
|
||||||
|
railties (>= 8.1.beta)
|
||||||
|
zeitwerk
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/basecamp/queenbee-plugin
|
remote: https://github.com/basecamp/queenbee-plugin
|
||||||
revision: eb01c697de1ad028afc65cc7d9b5345a7a8e849f
|
revision: eb01c697de1ad028afc65cc7d9b5345a7a8e849f
|
||||||
@@ -157,10 +166,6 @@ GEM
|
|||||||
activemodel (>= 5.0.0.a)
|
activemodel (>= 5.0.0.a)
|
||||||
activesupport (>= 5.0.0.a)
|
activesupport (>= 5.0.0.a)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord-tenanted (0.5.0)
|
|
||||||
activerecord (>= 8.1.beta)
|
|
||||||
railties (>= 8.1.beta)
|
|
||||||
zeitwerk
|
|
||||||
activeresource (6.2.0)
|
activeresource (6.2.0)
|
||||||
activemodel (>= 7.0)
|
activemodel (>= 7.0)
|
||||||
activemodel-serializers-xml (~> 1.0)
|
activemodel-serializers-xml (~> 1.0)
|
||||||
@@ -612,7 +617,7 @@ PLATFORMS
|
|||||||
x86_64-mingw32
|
x86_64-mingw32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-tenanted
|
activerecord-tenanted!
|
||||||
activeresource
|
activeresource
|
||||||
autotuner
|
autotuner
|
||||||
aws-sdk-s3
|
aws-sdk-s3
|
||||||
|
|||||||
Reference in New Issue
Block a user