feat: add redis gem
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
57becfdb72
commit
8629281c14
2
Gemfile
2
Gemfile
@ -31,7 +31,7 @@ gem "cssbundling-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"
|
||||
|
@ -175,6 +175,7 @@ GEM
|
||||
thor (~> 1.0)
|
||||
zeitwerk (~> 2.5)
|
||||
rake (13.0.6)
|
||||
redis (4.8.1)
|
||||
regexp_parser (2.6.1)
|
||||
reline (0.3.2)
|
||||
io-console (~> 0.5)
|
||||
@ -206,8 +207,6 @@ GEM
|
||||
railties (>= 6.0.0)
|
||||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
tzinfo-data (1.2023.3)
|
||||
tzinfo (>= 1.0.0)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
web-console (4.2.0)
|
||||
@ -241,6 +240,7 @@ DEPENDENCIES
|
||||
jsbundling-rails
|
||||
puma (~> 5.0)
|
||||
rails (~> 7.0.4)
|
||||
redis (~> 4.0)
|
||||
selenium-webdriver
|
||||
sprockets-rails
|
||||
sqlite3 (~> 1.4)
|
||||
|
Loading…
Reference in New Issue
Block a user