Skip to content

Commit

Permalink
Update redis to version 5.3.0 (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Aug 22, 2024
1 parent 17c3dd6 commit 4fc110d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem "cssbundling-rails"
gem "jbuilder"

# Use Redis adapter to run Action Cable in production
gem "redis", "~> 5.2.0"
gem "redis", "~> 5.3.0"

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (5.2.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
Expand Down Expand Up @@ -766,7 +766,7 @@ DEPENDENCIES
rails-erd
rails_autoscale_agent
rails_best_practices
redis (~> 5.2.0)
redis (~> 5.3.0)
rqrcode
ruby-vips
selenium-webdriver
Expand Down

0 comments on commit 4fc110d

Please sign in to comment.