Skip to content

Commit

Permalink
chore(deps): update dependency redis to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 3e13408 commit 5df8aa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'rack-attack', '~> 6.0'
gem 'rack-cors', '~> 2.0', '>= 2.0.1', require: 'rack/cors'
gem 'rails', '~> 7.0', '>= 7.0.4.3'
gem 'rails-i18n', '~> 7.0'
gem 'redis', '~> 4.0'
gem 'redis', '~> 5.2'
gem 'roo', '~> 2.9'
gem 'ruby-filemagic', '~> 0.7'
gem 'rubyzip', '~> 2.0'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.1)
consistency_fail (0.3.7)
counter_culture (3.2.1)
activerecord (>= 4.2)
Expand Down Expand Up @@ -327,7 +327,7 @@ GEM
raabro (1.4.0)
racc (1.6.2)
racc (1.6.2-java)
rack (2.2.7)
rack (2.2.9)
rack-attack (6.6.0)
rack (>= 1.0, < 3)
rack-cors (2.0.1)
Expand Down Expand Up @@ -371,7 +371,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rb-readline (0.5.5)
redis (4.8.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.0)
connection_pool
regexp_parser (2.2.1)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -460,10 +463,10 @@ GEM
iban-tools
nokogiri
shellany (0.0.1)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
redis (>= 4.5.0)
sidekiq-scheduler (5.0.2)
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
Expand Down Expand Up @@ -582,7 +585,7 @@ DEPENDENCIES
rails (~> 7.0, >= 7.0.4.3)
rails-i18n (~> 7.0)
rb-readline
redis (~> 4.0)
redis (~> 5.2)
roo (~> 2.9)
rspec-rails
rubocop
Expand Down

0 comments on commit 5df8aa4

Please sign in to comment.