mirror of
https://github.com/czhu12/canine.git
synced 2025-12-29 07:11:21 -06:00
use actioncable-enhanced-postgresql-adapter
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user