Skip to content

Commit

Permalink
Merge pull request #253 from anderbellstudios/depfu/update/redis-5.1.0
Browse files Browse the repository at this point in the history
[ruby] Update redis 4.6.0 → 5.1.0 (major)
  • Loading branch information
12joan authored Feb 10, 2024
2 parents b5c7805 + 92a52e6 commit 5abc362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'webpacker', '~> 5.4'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.4'
gem 'redis', '~> 5.1'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,10 @@ GEM
ffi (~> 1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (4.6.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.2.1)
reline (0.4.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -302,7 +305,7 @@ DEPENDENCIES
rack-mini-profiler (~> 2.3)
rack_authorised_proxy
rails (~> 7.1.2)
redis (~> 4.4)
redis (~> 5.1)
rexml
sass-rails (>= 6)
selenium-webdriver
Expand Down

0 comments on commit 5abc362

Please sign in to comment.