diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-08 18:43:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 18:43:26 +0200 |
commit | e437ca42681ebc0851be47fd7c0036decbadd609 (patch) | |
tree | b41a86aa6d1f22135593902c4424744d084a2898 | |
parent | 0d326807ad1e965b9396a410da553d0e27f0b598 (diff) |
Bump sidekiq from 6.0.4 to 6.0.7 (#13630)
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.4 to 6.0.7. - [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.0.4...v6.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7c0203f41..7559036e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -565,9 +565,9 @@ GEM nokogiri (>= 1.8.0) nokogumbo (~> 2.0) semantic_range (2.3.0) - sidekiq (6.0.4) + sidekiq (6.0.7) connection_pool (>= 2.2.2) - rack (>= 2.0.0) + rack (~> 2.0) rack-protection (>= 2.0.0) redis (>= 4.1.0) sidekiq-bulk (0.2.0) |