Skip to content

Commit

Permalink
Add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Feb 29, 2024
1 parent 06dfe08 commit b97cbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gem("requestjs-rails")
# turbo for partial page updates
gem("turbo-rails")
# redis for combining actioncable broadcasts with turbo_stream
# gem("redis", "~> 4.0")
gem("redis", "~> 4.0")
# dalli to run the memcached server
gem("dalli", "~> 3.2")
# solid_cache for cache store db
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ GEM
rbtree (0.4.6)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (4.8.1)
regexp_parser (2.9.0)
reline (0.4.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -385,6 +386,7 @@ DEPENDENCIES
rails-controller-testing
rails-html-sanitizer (>= 1.4.4)
railties (~> 7.1.2)
redis (~> 4.0)
requestjs-rails
rtf
rubocop
Expand Down

0 comments on commit b97cbe9

Please sign in to comment.