Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 1b244d7 commit d6300a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'omniauth-saml', '~> 2.1'
gem 'pundit', '2.3.1'

# Background tasks
gem 'sidekiq', '~> 7.1'
gem 'sidekiq', '~> 7.2'
gem 'sidekiq-cron', '~> 1.10'
gem 'sidekiq-unique-jobs', '~> 8.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ GEM
rdoc (6.3.3)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.17.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
representable (3.1.1)
Expand Down Expand Up @@ -528,7 +528,7 @@ GEM
semantic_range (3.0.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -685,7 +685,7 @@ DEPENDENCIES
sdoc
selenium-webdriver
shoulda-matchers (~> 5.3)
sidekiq (~> 7.1)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.10)
sidekiq-unique-jobs (~> 8.0)
simple_form
Expand Down

0 comments on commit d6300a2

Please sign in to comment.