]> cat aescling's git repositories - mastodon.git/commitdiff
Bump sidekiq from 6.1.3 to 6.2.0 (#15943)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 22 Mar 2021 06:37:51 +0000 (07:37 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 06:37:51 +0000 (07:37 +0100)
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.3 to 6.2.0.
- [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.3...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index c3f50ec30c4d68a5f1e0298ad57a7a72435a07d5..7d75f090279bc85a6e2d81b039cb88676d594989 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -83,7 +83,7 @@ gem 'rqrcode', '~> 1.2'
 gem 'ruby-progressbar', '~> 1.11'
 gem 'sanitize', '~> 5.2'
 gem 'scenic', '~> 1.5'
-gem 'sidekiq', '~> 6.1'
+gem 'sidekiq', '~> 6.2'
 gem 'sidekiq-scheduler', '~> 3.0'
 gem 'sidekiq-unique-jobs', '~> 7.0'
 gem 'sidekiq-bulk', '~>0.2.0'
index 222eccdc3144f12104bbef39a2894ee34b123c57..4ca2154dad03659c7abee65998a722c4f727ce79 100644 (file)
@@ -560,7 +560,7 @@ GEM
       railties (>= 4.0.0)
     securecompare (1.0.0)
     semantic_range (2.3.0)
-    sidekiq (6.1.3)
+    sidekiq (6.2.0)
       connection_pool (>= 2.2.2)
       rack (~> 2.0)
       redis (>= 4.2.0)
@@ -783,7 +783,7 @@ DEPENDENCIES
   ruby-progressbar (~> 1.11)
   sanitize (~> 5.2)
   scenic (~> 1.5)
-  sidekiq (~> 6.1)
+  sidekiq (~> 6.2)
   sidekiq-bulk (~> 0.2.0)
   sidekiq-scheduler (~> 3.0)
   sidekiq-unique-jobs (~> 7.0)