File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ gem 'pretender'
3535# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
3636# gem 'jbuilder', '~> 2.7'
3737# Use Redis adapter to run Action Cable in production
38- # gem 'redis', '~> 4.0'
38+ gem 'redis' , '~> 4.0'
3939
4040# Use Capistrano for deployment
4141# gem 'capistrano-rails', group: :development
Original file line number Diff line number Diff line change 262262 execjs
263263 railties (>= 3.2 )
264264 tilt
265+ redis (4.6.0 )
265266 regexp_parser (2.2.1 )
266267 responders (3.0.1 )
267268 actionpack (>= 5.0 )
@@ -360,6 +361,7 @@ DEPENDENCIES
360361 puma (~> 4.1 )
361362 rails (~> 6.1 )
362363 react-rails
364+ redis (~> 4.0 )
363365 rubocop-rails
364366 rubyzip
365367 spring
Original file line number Diff line number Diff line change 44# test:
55# adapter: test
66#
7- # production:
8- # adapter: redis
9- # url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10- # channel_prefix: hourglass_production
11-
127production :
13- adapter : postgresql
8+ adapter : redis
9+ url : <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10+ channel_prefix : hourglass_production
11+
12+ # production:
13+ # adapter: postgresql
1414
1515development :
1616 adapter : postgresql
You can’t perform that action at this time.
0 commit comments