Skip to content

Commit

Permalink
Bump sidekiq from 5.2.10 to 7.1.3
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 5.2.10 to 7.1.3.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v5.2.10...v7.1.3)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 9681fa6 commit dedd5c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gem 'graphql-formatter'
gem 'nokogiri', '1.14.3'
gem 'puma'
gem 'rack-cors', '1.0.6', require: 'rack/cors'
gem 'sidekiq', '5.2.10'
gem 'sidekiq', '7.1.3'
gem 'sidekiq-cloudwatchmetrics'
gem 'pusher'
gem 'redis-namespace'
Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
simplecov
colorize (0.8.1)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -685,14 +685,16 @@ GEM
rblineprof (0.3.7)
debugger-ruby_core_source (~> 1.3)
rdoc (6.3.2)
redis (4.5.1)
redis (4.8.1)
redis-actionpack (5.3.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.17.0)
connection_pool
redis-namespace (1.8.2)
redis (>= 3.0.4)
redis-objects (1.5.1)
Expand Down Expand Up @@ -772,17 +774,17 @@ GEM
sidekiq (>= 3.0)
shortener (0.8.2)
voight_kampff (~> 1.1.2)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (~> 4.5, < 4.6.0)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-benchmark (0.7.1)
chartkick (>= 1.1.1)
sidekiq (> 5)
sidekiq-cloudwatchmetrics (2.2.0)
sidekiq-cloudwatchmetrics (2.6.0)
aws-sdk-cloudwatch (~> 1.6)
sidekiq (>= 5.0, < 7.0)
sidekiq (>= 5.0, < 8.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -1010,7 +1012,7 @@ DEPENDENCIES
sentry-ruby
sentry-sidekiq
shortener
sidekiq (= 5.2.10)
sidekiq (= 7.1.3)
sidekiq-benchmark (= 0.7.1)
sidekiq-cloudwatchmetrics
sidekiq-cron (~> 1.1)
Expand Down

0 comments on commit dedd5c1

Please sign in to comment.