Skip to content

Commit

Permalink
Bump redis-client from 0.22.2 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [redis-client](https://github.com/redis-rb/redis-client) from 0.22.2 to 0.23.0.
- [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md)
- [Commits](redis-rb/redis-client@v0.22.2...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent b759563 commit 01aec30
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 @@ -24,7 +24,7 @@ gem "omniauth-rails_csrf_protection"

# Use Redis adapter to run Action Cable in production
gem "redis", ">= 4.0.1"
gem "redis-client", "~> 0.14"
gem "redis-client", "~> 0.23"

# 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 @@ -382,7 +382,7 @@ GEM
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
redis-client (0.23.0)
connection_pool
reek (1.3.6)
ruby2ruby (~> 2.0.7)
Expand Down Expand Up @@ -588,7 +588,7 @@ DEPENDENCIES
rails (~> 7.2.1)
rails-controller-testing
redis (>= 4.0.1)
redis-client (~> 0.14)
redis-client (~> 0.23)
rspec-rails
rubocop
rubocop-performance
Expand Down

0 comments on commit 01aec30

Please sign in to comment.