Skip to content

Commit

Permalink
Merge pull request #364 from onetimesecret/renovate/redis-5.x
Browse files Browse the repository at this point in the history
Update dependency redis to v5
  • Loading branch information
delano committed May 30, 2024
2 parents 028e0e1 + c532142 commit b17c796
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'drydock'
gem 'familia', '~> 0.9'
gem 'gibbler'
gem 'otto', '~> 1.0', '>= 1.0'
gem 'redis', '~> 4.8'
gem 'redis', '~> 5.0'
gem 'storable'
gem 'sysinfo'
gem 'uri-redis', '~> 1.2'
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GEM
byebug (~> 11.1)
ruby-dap (~> 0.1.2)
coderay (1.1.3)
connection_pool (2.4.1)
csv (0.1.0)
daemons (1.4.1)
date (3.3.4)
Expand Down Expand Up @@ -72,7 +73,10 @@ GEM
rack (2.2.9)
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
Expand Down Expand Up @@ -132,7 +136,7 @@ DEPENDENCIES
pry
pry-byebug
rack
redis (~> 4.8)
redis (~> 5.0)
rubocop
sendgrid-ruby
storable
Expand Down

0 comments on commit b17c796

Please sign in to comment.