Skip to content

Commit 8e4f911

Browse files
Remove redis from pricing app too
1 parent 20345cb commit 8e4f911

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

pricing_catalog_rails_app/Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ gem "turbo-rails"
1616
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
1717
gem "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
2320
gem "tzinfo-data", platforms: %i[ windows jruby ]
2421

pricing_catalog_rails_app/Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ GEM
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
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
development:
2-
adapter: redis
3-
url: redis://localhost:6379/1
2+
adapter: postgresql
43

54
test:
65
adapter: test
76

87
production:
9-
adapter: redis
10-
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
11-
channel_prefix: pricing_catalog_rails_app_production
8+
adapter: postgresql

0 commit comments

Comments
 (0)