Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 6654444 commit fcf0535
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem "rswag-api"
gem "rswag-ui"

# Activejob
gem "sidekiq", "~> 5"
gem "sidekiq", "~> 7"

# Data
gem "activerecord-import"
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ GEM
rack (>= 2.0.0)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
rack-protection (3.0.6)
rack
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.4.3)
Expand Down Expand Up @@ -426,14 +424,17 @@ GEM
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
redis (4.5.1)
redis (5.0.6)
redis-client (>= 0.9.0)
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.14.1)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
Expand Down Expand Up @@ -540,11 +541,11 @@ GEM
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (4.0.1)
activesupport (>= 4.2.0)
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.0.8)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -684,7 +685,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
shoulda-matchers (~> 4.0.1)
sidekiq (~> 5)
sidekiq (~> 7)
simplecov
standard
super_diff
Expand Down

0 comments on commit fcf0535

Please sign in to comment.