Skip to content

Commit

Permalink
Bump sidekiq from 7.2.0 to 7.2.4 (#1795)
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.4.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.0...v7.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bess Sadler <[email protected]>
  • Loading branch information
dependabot[bot] and bess authored Apr 30, 2024
1 parent a729be4 commit 0e5bb4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem "nokogiri", ">= 1.13.4"
gem "retryable"
gem "rolify"
gem "rspec-rails", "~> 5.0.0"
gem "sidekiq", "~> 7.1"
gem "sidekiq", "~> 7.2"
gem "simplecov", require: false
gem "vite_rails", "3.0.12"
gem "whenever"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ GEM
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
rack-protection (2.2.3)
Expand Down Expand Up @@ -374,7 +374,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
redis-client (0.18.0)
redis-client (0.22.1)
connection_pool
regexp_parser (2.8.1)
responders (3.0.1)
Expand Down Expand Up @@ -447,11 +447,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.2.0)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -607,7 +607,7 @@ DEPENDENCIES
rspec-retry
sass-rails (>= 6)
selenium-webdriver
sidekiq (~> 7.1)
sidekiq (~> 7.2)
simplecov
sinatra
turbolinks (~> 5)
Expand Down

0 comments on commit 0e5bb4f

Please sign in to comment.