Skip to content

Commit

Permalink
Update redis
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosahs committed Sep 4, 2022
1 parent b87fa89 commit e945592
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.7)
racc (1.6.0)
rack (2.0.9.1)
rack (2.2.4)
rack-protection (2.2.2)
rack
rack-test (2.0.2)
Expand Down Expand Up @@ -360,7 +360,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rdiscount (2.2.0.2)
redis (4.8.0)
redis (5.0.2)
redis-client (~> 0.7)
redis-client (0.7.1)
connection_pool
redis-namespace (1.9.0)
redis (>= 4)
regexp_parser (1.8.2)
Expand Down Expand Up @@ -427,11 +430,11 @@ GEM
faraday (>= 0.17.3, < 3)
sentry-raven (3.1.2)
faraday (>= 1.0)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
rack (< 2.1.0)
sidekiq (6.0.0.pre1)
connection_pool (>= 2.2.2)
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
redis (>= 4.0.2)
simple_form (5.0.3)
actionpack (>= 5.0)
activemodel (>= 5.0)
Expand Down

0 comments on commit e945592

Please sign in to comment.