Skip to content

Commit

Permalink
upgraded redis gem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed Nov 3, 2024
1 parent ecf757a commit fd5cce5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rails_application/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "stimulus-rails"
gem "importmap-rails", "~> 1.1"
gem "rails_event_store", ">= 2.15.0", "< 3.0"
gem 'arbre'
gem 'redis'
gem 'redis', '~> 5.0'

group :development do
gem "listen", "~> 3.3"
Expand Down
7 changes: 5 additions & 2 deletions rails_application/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,10 @@ GEM
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (4.8.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
Expand Down Expand Up @@ -343,7 +346,7 @@ DEPENDENCIES
puma (~> 5.6)
rails (= 7.2.0)
rails_event_store (>= 2.15.0, < 3.0)
redis
redis (~> 5.0)
skylight
sprockets-rails
stimulus-rails
Expand Down

0 comments on commit fd5cce5

Please sign in to comment.