File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
pricing_catalog_rails_app Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ gem "turbo-rails"
1616# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
1717gem "stimulus-rails"
1818
19- # Use Redis adapter to run Action Cable in production
20- gem "redis" , ">= 4.0.1"
21-
2219# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2320gem "tzinfo-data" , platforms : %i[ windows jruby ]
2421
Original file line number Diff line number Diff line change 244244 rake (13.1.0 )
245245 rdoc (6.6.2 )
246246 psych (>= 4.0.0 )
247- redis (5.0.8 )
248- redis-client (>= 0.17.0 )
249- redis-client (0.19.1 )
250- connection_pool
251247 regexp_parser (2.9.0 )
252248 reline (0.4.2 )
253249 io-console (~> 0.5 )
@@ -318,7 +314,6 @@ DEPENDENCIES
318314 puma (>= 5.0 )
319315 rails (~> 7.1.3 )
320316 rails_event_store (~> 2.15.0 )
321- redis (>= 4.0.1 )
322317 selenium-webdriver
323318 sqlite3 (~> 1.4 )
324319 stimulus-rails
Original file line number Diff line number Diff line change 11development :
2- adapter : redis
3- url : redis://localhost:6379/1
2+ adapter : postgresql
43
54test :
65 adapter : test
76
87production :
9- adapter : redis
10- url : <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
11- channel_prefix : pricing_catalog_rails_app_production
8+ adapter : postgresql
You can’t perform that action at this time.
0 commit comments