Skip to content

Commit

Permalink
chore(deps): update dependency sidekiq to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent 06357cd commit 08d1096
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'ruby-filemagic', '~> 0.7'
gem 'rubyzip', '~> 2.0'
gem 'sentry-raven', '~> 3.0'
gem 'sepa_king', '~> 0.11'
gem 'sidekiq', '~> 6.0'
gem 'sidekiq', '~> 7.0', '>= 7.0.7'
gem 'sidekiq-scheduler', '~> 4.0'
gem 'slack-notifier', '~> 2.0'
gem 'validates_timeliness', '~> 6.0.0.beta2'
Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
consistency_fail (0.3.7)
counter_culture (3.2.1)
activerecord (>= 4.2)
Expand Down Expand Up @@ -307,7 +307,7 @@ GEM
raabro (1.4.0)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.4)
rack (2.2.6.4)
rack-attack (6.6.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -351,7 +351,9 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rb-readline (0.5.5)
redis (4.6.0)
redis (4.8.1)
redis-client (0.14.0)
connection_pool
regexp_parser (2.2.1)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -440,10 +442,11 @@ GEM
iban-tools
nokogiri
shellany (0.0.1)
sidekiq (6.4.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.0.7)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
sidekiq-scheduler (4.0.0)
redis (>= 4.2.0)
rufus-scheduler (~> 3.2)
Expand Down Expand Up @@ -580,7 +583,7 @@ DEPENDENCIES
rubyzip (~> 2.0)
sentry-raven (~> 3.0)
sepa_king (~> 0.11)
sidekiq (~> 6.0)
sidekiq (~> 7.0, >= 7.0.7)
sidekiq-scheduler (~> 4.0)
simplecov
slack-notifier (~> 2.0)
Expand Down

0 comments on commit 08d1096

Please sign in to comment.