Skip to content

Commit

Permalink
Merge pull request #390 from nla/dependabot/bundler/redis-5.1.0
Browse files Browse the repository at this point in the history
build(deps): bump redis from 5.0.8 to 5.1.0
  • Loading branch information
yetti authored Jun 3, 2024
2 parents 19f1a0b + a4cfbd2 commit 5fa5f67
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 @@ -55,7 +55,7 @@ gem "hiredis", "~> 0.6.3"
gem "hiredis-client", "~> 0.18.0"

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

# 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 @@ -412,7 +412,7 @@ GEM
rake (13.2.1)
rdoc (6.6.0)
psych (>= 4.0.0)
redis (5.0.8)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.18.0)
connection_pool
Expand Down Expand Up @@ -646,7 +646,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 7.0.8)
rails-controller-testing (~> 1.0, >= 1.0.5)
redis (~> 5.0)
redis (~> 5.1)
rsolr (>= 1.0, < 3)
rspec-rails (~> 6.1)
rubocop-performance
Expand Down

0 comments on commit 5fa5f67

Please sign in to comment.