feat: add redis gem

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2023-04-07 00:31:48 +02:00
parent 57becfdb72
commit 8629281c14
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ gem "cssbundling-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"

View File

@ -175,6 +175,7 @@ GEM
thor (~> 1.0) thor (~> 1.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rake (13.0.6) rake (13.0.6)
redis (4.8.1)
regexp_parser (2.6.1) regexp_parser (2.6.1)
reline (0.3.2) reline (0.3.2)
io-console (~> 0.5) io-console (~> 0.5)
@ -206,8 +207,6 @@ GEM
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.5) tzinfo (2.0.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
warden (1.2.9) warden (1.2.9)
rack (>= 2.0.9) rack (>= 2.0.9)
web-console (4.2.0) web-console (4.2.0)
@ -241,6 +240,7 @@ DEPENDENCIES
jsbundling-rails jsbundling-rails
puma (~> 5.0) puma (~> 5.0)
rails (~> 7.0.4) rails (~> 7.0.4)
redis (~> 4.0)
selenium-webdriver selenium-webdriver
sprockets-rails sprockets-rails
sqlite3 (~> 1.4) sqlite3 (~> 1.4)