Bump sidekiq from 6.1.0 to 6.1.1 (#9527)
* Bump sidekiq from 6.1.0 to 6.1.1 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.0 to 6.1.1. - [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.0...v6.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump sidekiq from 6.1.0 to 6.1.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd3413baac
commit
1b81c94d5c
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -92,7 +92,7 @@ gem "rouge", "~> 3.21" # 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.0" # Sidekiq is used to process background jobs with the help of Redis
|
||||
gem "sidekiq", "~> 6.1.1" # Sidekiq is used to process background jobs with the help of Redis
|
||||
gem "sidekiq-unique-jobs", "~> 6.0.22" # Ensures that Sidekiq jobs are unique when enqueued
|
||||
gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML Sitemap generator
|
||||
gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhooks
|
||||
|
|
|
|||
|
|
@ -758,7 +758,7 @@ GEM
|
|||
shellany (0.0.1)
|
||||
shoulda-matchers (4.3.0)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (6.1.0)
|
||||
sidekiq (6.1.1)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
|
|
@ -1003,7 +1003,7 @@ DEPENDENCIES
|
|||
sassc-rails (~> 2.1.2)
|
||||
sdoc (~> 1.1)
|
||||
shoulda-matchers (~> 4.3.0)
|
||||
sidekiq (~> 6.1.0)
|
||||
sidekiq (~> 6.1.1)
|
||||
sidekiq-unique-jobs (~> 6.0.22)
|
||||
simplecov (= 0.17.1)
|
||||
sitemap_generator (~> 6.1)
|
||||
|
|
|
|||
BIN
vendor/cache/sidekiq-6.1.0.gem
vendored
BIN
vendor/cache/sidekiq-6.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/sidekiq-6.1.1.gem
vendored
Normal file
BIN
vendor/cache/sidekiq-6.1.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue