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"
|
gem "jbuilder"
|
||||||
|
|
||||||
# Use Redis adapter to run Action Cable in production
|
# 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]
|
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
|
||||||
# gem "kredis"
|
# gem "kredis"
|
||||||
|
|
@ -66,6 +66,8 @@ group :development do
|
||||||
|
|
||||||
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
|
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
|
||||||
# gem "spring"
|
# gem "spring"
|
||||||
|
|
||||||
|
gem "hotwire-livereload", "~> 1.2"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
@ -74,5 +76,3 @@ group :test do
|
||||||
gem "selenium-webdriver"
|
gem "selenium-webdriver"
|
||||||
gem "webdrivers"
|
gem "webdrivers"
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "hotwire-livereload", "~> 1.2"
|
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,6 @@ GEM
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
redis (4.8.0)
|
|
||||||
regexp_parser (2.5.0)
|
regexp_parser (2.5.0)
|
||||||
reline (0.3.1)
|
reline (0.3.1)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
|
|
@ -299,7 +298,6 @@ DEPENDENCIES
|
||||||
jbuilder
|
jbuilder
|
||||||
puma (~> 5.0)
|
puma (~> 5.0)
|
||||||
rails (~> 7.0.3)
|
rails (~> 7.0.3)
|
||||||
redis (~> 4.0)
|
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
solargraph
|
solargraph
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
development:
|
development:
|
||||||
adapter: redis
|
adapter: async
|
||||||
url: redis://localhost:6379/1
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: 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