Skip to content

Commit

Permalink
Update sidekiq to version 7.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 30, 2024
1 parent 54087e1 commit 69c8fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem "omniauth-rails_csrf_protection" # Migitate against CSRF in OmniAuth gem
gem "rails", "~> 7.1"
gem "rails_cloudflare_turnstile" # Cloudflare Turnstile (captcha)
gem "redis", "~> 5.0" # Use Redis adapter to run Action Cable in production
gem "sidekiq", "<= 7.3.0" # Background jobs
gem "sidekiq", "<= 7.3.4" # Background jobs
gem "sidekiq-cron" # Sidekiq + Cron
gem "sidekiq-failures" # Monitor failures in Sidekiq
gem "sidekiq-throttled" # Throttle sidekiq jobs
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
timers (~> 4)
chartkick (5.0.7)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.4.1)
Expand Down Expand Up @@ -296,7 +296,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.0)
logger (1.6.1)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -399,7 +399,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-protection (4.0.0)
Expand Down Expand Up @@ -513,8 +513,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.3.0)
concurrent-ruby (< 2)
sidekiq (7.3.4)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
Expand Down Expand Up @@ -678,7 +677,7 @@ DEPENDENCIES
redis (~> 5.0)
resend
rspec-rails (~> 6.1)
sidekiq (<= 7.3.0)
sidekiq (<= 7.3.4)
sidekiq-cron
sidekiq-failures
sidekiq-throttled
Expand Down

0 comments on commit 69c8fe4

Please sign in to comment.