use actioncable-enhanced-postgresql-adapter

This commit is contained in:
Chris
2025-08-09 20:00:28 -07:00
parent 20847ba1ea
commit a55df4f67c
3 changed files with 9 additions and 2 deletions

View File

@@ -109,3 +109,5 @@ gem "sentry-rails", "~> 5.23"
gem "sys-proctable", "~> 1.3"
gem "omniauth-gitlab", "~> 4.1"
gem "actioncable-enhanced-postgresql-adapter", "~> 1.0"

View File

@@ -23,6 +23,10 @@ GEM
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actioncable-enhanced-postgresql-adapter (1.0.1)
actioncable (>= 6.0)
connection_pool (>= 2.2.5)
pg (~> 1.5)
actionmailbox (7.2.2.1)
actionpack (= 7.2.2.1)
activejob (= 7.2.2.1)
@@ -625,6 +629,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
actioncable-enhanced-postgresql-adapter (~> 1.0)
annotate (~> 3.2)
avo (~> 3.17)
bootsnap

View File

@@ -1,11 +1,11 @@
development:
adapter: postgresql
adapter: enhanced_postgresql
channel_prefix: canine_dev
test:
adapter: async
production:
adapter: postgresql
adapter: enhanced_postgresql
channel_prefix: canine_production