Skip to content

Commit

Permalink
chore(deps): bump hiredis-client from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [hiredis-client](https://github.com/redis-rb/redis-client) from 0.15.0 to 0.16.0.
- [Changelog](https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md)
- [Commits](redis-rb/redis-client@v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent bd015c0 commit 9245b01
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 @@ -49,7 +49,7 @@ gem "jbuilder"

# Use hiredis adapter for better performance than the "redis" gem
gem "hiredis", "~> 0.6.3"
gem "hiredis-client", "~> 0.15.0"
gem "hiredis-client", "~> 0.16.0"

# Use Redis adapter to run Action Cable in production
gem "redis", "~> 5.0"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ GEM
heapy (0.2.0)
thor
hiredis (0.6.3)
hiredis-client (0.15.0)
redis-client (= 0.15.0)
hiredis-client (0.16.0)
redis-client (= 0.16.0)
htmlentities (4.3.4)
http (5.1.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -496,7 +496,7 @@ GEM
rake (13.0.6)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.15.0)
redis-client (0.16.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.8)
Expand Down Expand Up @@ -735,7 +735,7 @@ DEPENDENCIES
faraday-http-cache
flamegraph
hiredis (~> 0.6.3)
hiredis-client (~> 0.15.0)
hiredis-client (~> 0.16.0)
htmlentities
httpclient
importmap-rails
Expand Down

0 comments on commit 9245b01

Please sign in to comment.