Skip to content

Commit

Permalink
Bump redis from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.2.0...v5.3.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 Nov 23, 2024
1 parent 99afb91 commit 641682b
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 @@ -12,7 +12,7 @@ gem 'puma', '~> 6.5'
gem 'turbo-rails', '~> 2.0'
gem 'stimulus-rails', '~> 1.3'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.2'
gem 'redis', '~> 5.3'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
rate_throttle_client (0.1.2)
rdoc (6.8.1)
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 @@ -325,7 +325,7 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3)
rails (~> 7.2)
rails-i18n (~> 7.0)
redis (~> 5.2)
redis (~> 5.3)
rspec-rails (~> 7.0)
rubyzip (~> 2.3)
sentry-rails (~> 5.17)
Expand Down

0 comments on commit 641682b

Please sign in to comment.