Skip to content

Commit

Permalink
Bump redis from 5.0.7 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 5.0.7 to 5.2.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.0.7...v5.2.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 14a9d3e commit 0a6ee09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'puma', '~> 6.4'
gem 'turbo-rails', '~> 1.4'
gem 'stimulus-rails', '~> 1.3'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.0'
gem 'redis', '~> 5.2'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ GEM
zeitwerk (~> 2.5)
rake (13.2.0)
rate_throttle_client (0.1.2)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.18.0)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.0)
connection_pool
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
Expand Down Expand Up @@ -296,7 +296,7 @@ DEPENDENCIES
rack-mini-profiler (~> 3.1)
rails (~> 7.0)
rails-i18n (~> 7.0)
redis (~> 5.0)
redis (~> 5.2)
rspec-rails (~> 6.0)
rubyzip (~> 2.3)
sentry-rails (~> 5.12)
Expand Down

0 comments on commit 0a6ee09

Please sign in to comment.