Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 8e0a9c0 commit 8ca3581
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'responders', "~> 3.0"
gem 'gelf'
gem 'logstasher'
gem 'honeybadger', "~> 4.12"
gem 'sidekiq', "~> 5.2"
gem 'sidekiq', "~> 7.3"
gem 'sidetiq', "~> 0.7"

gem 'active_model_serializers', "~> 0.10"
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
timers (>= 4.1.1)
coderay (1.1.2)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.4.1)
crass (1.0.6)
database_cleaner (1.7.0)
diff-lcs (1.3)
Expand Down Expand Up @@ -110,6 +110,7 @@ GEM
json (2.3.0)
jsonapi-renderer (0.2.0)
jwt (1.5.6)
logger (1.6.0)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand Down Expand Up @@ -145,11 +146,9 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.6.4)
rack (2.2.9)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-protection (2.2.0)
rack
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -177,7 +176,8 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.6)
redis (4.5.1)
redis-client (0.22.2)
connection_pool
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
Expand All @@ -200,11 +200,12 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.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.3.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidetiq (0.7.2)
celluloid (>= 0.17.3)
ice_cube (~> 0.14.0)
Expand Down Expand Up @@ -257,7 +258,7 @@ DEPENDENCIES
rails (~> 5.2)
responders (~> 3.0)
rspec-rails (~> 3.6)
sidekiq (~> 5.2)
sidekiq (~> 7.3)
sidetiq (~> 0.7)
web-console (~> 3.7)

Expand Down

0 comments on commit 8ca3581

Please sign in to comment.