Bump sidekiq from 6.1.1 to 6.1.2 (#10304)
* Bump sidekiq from 6.1.1 to 6.1.2 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v6.1.1...v6.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump sidekiq from 6.1.1 to 6.1.2 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
5e0a187bba
commit
06d4b83d1c
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -89,7 +89,7 @@ gem "rouge", "~> 3.22" # A pure-ruby code highlighter
|
|||
gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip files
|
||||
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
|
||||
gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails
|
||||
gem "sidekiq", "~> 6.1.1" # Sidekiq is used to process background jobs with the help of Redis
|
||||
gem "sidekiq", "~> 6.1.2" # Sidekiq is used to process background jobs with the help of Redis
|
||||
gem "sidekiq-cron", "~> 1.1" # Allows execution of scheduled cron jobs as specific times
|
||||
gem "sidekiq-unique-jobs", "~> 6.0.22" # Ensures that Sidekiq jobs are unique when enqueued
|
||||
gem "simpleidn", "~> 0.1" # Convert IDN domains to Punycode
|
||||
|
|
|
|||
|
|
@ -721,7 +721,7 @@ GEM
|
|||
shellany (0.0.1)
|
||||
shoulda-matchers (4.4.1)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (6.1.1)
|
||||
sidekiq (6.1.2)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
|
|
@ -967,7 +967,7 @@ DEPENDENCIES
|
|||
sassc-rails (~> 2.1.2)
|
||||
sdoc (~> 1.1)
|
||||
shoulda-matchers (~> 4.4.1)
|
||||
sidekiq (~> 6.1.1)
|
||||
sidekiq (~> 6.1.2)
|
||||
sidekiq-cron (~> 1.1)
|
||||
sidekiq-unique-jobs (~> 6.0.22)
|
||||
simplecov (= 0.17.1)
|
||||
|
|
|
|||
BIN
vendor/cache/sidekiq-6.1.1.gem
vendored
BIN
vendor/cache/sidekiq-6.1.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/sidekiq-6.1.2.gem
vendored
Normal file
BIN
vendor/cache/sidekiq-6.1.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue