Skip to content

Commit

Permalink
build(deps): bump redis from 5.1.0 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.1.0 to 5.2.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent c2bca91 commit e4c7a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.22.2"

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

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
Expand Down Expand Up @@ -651,7 +651,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 7.0.8)
rails-controller-testing (~> 1.0, >= 1.0.5)
redis (~> 5.1)
redis (~> 5.2)
rsolr (>= 1.0, < 3)
rspec-rails (~> 6.1)
rubocop-capybara
Expand Down

0 comments on commit e4c7a68

Please sign in to comment.