Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2022
1 parent b1504f4 commit a9e946c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
builder (3.2.4)
byebug (11.0.1)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
connection_pool (2.3.0)
cookiejar (0.3.3)
crass (1.0.6)
database_cleaner (1.8.3)
Expand Down Expand Up @@ -195,10 +195,10 @@ GEM
pundit-matchers (1.6.0)
rspec-rails (>= 3.0.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.4)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-protection (2.1.0)
rack-protection (2.2.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.4.0)
redis (4.5.1)
render_anywhere (0.0.12)
rails (>= 3.0.7)
request_store (1.4.1)
Expand Down Expand Up @@ -277,10 +277,11 @@ GEM
tilt (>= 1.1, < 3)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
sidekiq (5.2.0)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
redis (~> 4.5, < 4.6.0)
sidekiq-cron (0.6.3)
rufus-scheduler (>= 3.3.0)
sidekiq (>= 4.2.1)
Expand Down

0 comments on commit a9e946c

Please sign in to comment.