Skip to content

Commit

Permalink
Merge pull request #709 from nla/dependabot/bundler/hiredis-client-0.…
Browse files Browse the repository at this point in the history
…16.0

chore(deps): bump hiredis-client from 0.15.0 to 0.16.0
  • Loading branch information
yetti authored Aug 30, 2023
2 parents e8a1f34 + 19c6ac3 commit fde4afc
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 fde4afc

Please sign in to comment.