mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Don't use redis
This commit is contained in:
parent
c1821d8bd1
commit
b370228d9a
4 changed files with 4 additions and 7 deletions
6
Gemfile
6
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
development:
|
||||
adapter: redis
|
||||
url: redis://localhost:6379/1
|
||||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
|
|
|||
BIN
vendor/cache/redis-4.8.0.gem
vendored
BIN
vendor/cache/redis-4.8.0.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue