Skip to content

Commit

Permalink
Merge pull request #1027 from nla/dependabot/bundler/redis-5.3.0
Browse files Browse the repository at this point in the history
chore(deps): bump redis from 5.2.0 to 5.3.0
  • Loading branch information
CEdwardsBlasikiewicz authored Aug 29, 2024
2 parents fee1093 + d70ee1d commit 83988d7
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 @@ -54,7 +54,7 @@ gem "hiredis", "~> 0.6.3"
gem "hiredis-client", "~> 0.22.2"

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

# 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 @@ -511,7 +511,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 @@ -758,7 +758,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 7.0)
rails-controller-testing (~> 1.0, >= 1.0.5)
redis (~> 5.2)
redis (~> 5.3)
rspec-rails (~> 6.1)
rubocop-capybara
rubocop-factory_bot
Expand Down

0 comments on commit 83988d7

Please sign in to comment.