Don't use redis

This commit is contained in:
Josh Abernathy 2022-11-03 14:57:21 +00:00 committed by GitHub
parent c1821d8bd1
commit b370228d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 7 deletions

View file

@ -28,7 +28,7 @@ gem "stimulus-rails"
gem "jbuilder"
# Use Redis adapter to run Action Cable in production
gem "redis", "~> 4.0"
# gem "redis", "~> 4.0"
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
@ -66,6 +66,8 @@ group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
gem "hotwire-livereload", "~> 1.2"
end
group :test do
@ -74,5 +76,3 @@ group :test do
gem "selenium-webdriver"
gem "webdrivers"
end
gem "hotwire-livereload", "~> 1.2"

View file

@ -203,7 +203,6 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.0)
regexp_parser (2.5.0)
reline (0.3.1)
io-console (~> 0.5)
@ -299,7 +298,6 @@ DEPENDENCIES
jbuilder
puma (~> 5.0)
rails (~> 7.0.3)
redis (~> 4.0)
selenium-webdriver
solargraph
sprockets-rails

View file

@ -1,6 +1,5 @@
development:
adapter: redis
url: redis://localhost:6379/1
adapter: async
test:
adapter: test

Binary file not shown.