Skip to content

Commit

Permalink
Bump sidekiq from 5.2.10 to 7.1.5
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.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v5.2.10...v7.1.5)

---
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 Oct 3, 2023
1 parent 28e0092 commit 587fa85
Show file tree
Hide file tree
Showing 2 changed files with 11 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.1"
gem 'sidetiq', "~> 0.7"

gem 'active_model_serializers', "~> 0.10"
Expand Down
21 changes: 10 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 @@ -145,11 +145,9 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.6.4)
rack (2.2.8)
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 +175,8 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.6)
redis (4.5.1)
redis-client (0.17.0)
connection_pool
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
Expand All @@ -200,11 +199,11 @@ 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.1.5)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidetiq (0.7.2)
celluloid (>= 0.17.3)
ice_cube (~> 0.14.0)
Expand Down Expand Up @@ -257,7 +256,7 @@ DEPENDENCIES
rails (~> 5.2)
responders (~> 3.0)
rspec-rails (~> 3.6)
sidekiq (~> 5.2)
sidekiq (~> 7.1)
sidetiq (~> 0.7)
web-console (~> 3.7)

Expand Down

0 comments on commit 587fa85

Please sign in to comment.