Skip to content

Commit

Permalink
Bump sidekiq from 7.2.0 to 7.2.1 (#1868)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.0 to 7.2.1.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.0...v7.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 0a4325a commit 993d325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'rails', '~> 7.0.8'
gem 'redis', '~> 5.0.8'
gem 'sentry-rails', '~> 5.16.1'
gem 'sentry-sidekiq', '~> 5.16.1'
gem 'sidekiq', '~> 7.2.0'
gem 'sidekiq', '~> 7.2.1'
gem 'sidekiq_alive'
gem 'turbo-rails', '~> 1.5.0'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colorize (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -433,11 +433,11 @@ GEM
sidekiq (>= 3.0)
shoulda-matchers (6.0.0)
activesupport (>= 5.2.0)
sidekiq (7.2.0)
sidekiq (7.2.1)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
sidekiq_alive (2.3.1)
rack (< 3)
sidekiq (>= 5, < 8)
Expand Down Expand Up @@ -558,7 +558,7 @@ DEPENDENCIES
sentry-rails (~> 5.16.1)
sentry-sidekiq (~> 5.16.1)
shoulda-matchers
sidekiq (~> 7.2.0)
sidekiq (~> 7.2.1)
sidekiq_alive
simplecov
spring
Expand Down

0 comments on commit 993d325

Please sign in to comment.