]> cat aescling's git repositories - mastodon.git/commitdiff
Bump sidekiq from 6.1.0 to 6.1.1 (#14427)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 28 Jul 2020 15:54:00 +0000 (00:54 +0900)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 15:54:00 +0000 (00:54 +0900)
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[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 cacab160bab2fa001fe8a98778a7d2a991259049..d7aad24f54aca9ed3215246b4f4f462e6ecd7978 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -86,7 +86,7 @@ gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock'
 gem 'rqrcode', '~> 1.1'
 gem 'ruby-progressbar', '~> 1.10'
 gem 'sanitize', '~> 5.2'
-gem 'sidekiq', '~> 6.0'
+gem 'sidekiq', '~> 6.1'
 gem 'sidekiq-scheduler', '~> 3.0'
 gem 'sidekiq-unique-jobs', '~> 6.0'
 gem 'sidekiq-bulk', '~>0.2.0'
index cbbd1d6579c70953b08c64d5c4f98873a7efc53a..e42fdf7be4704c053f77e96d22fa77fd7e5a2d97 100644 (file)
@@ -566,7 +566,7 @@ GEM
       nokogiri (>= 1.8.0)
       nokogumbo (~> 2.0)
     semantic_range (2.3.0)
-    sidekiq (6.1.0)
+    sidekiq (6.1.1)
       connection_pool (>= 2.2.2)
       rack (~> 2.0)
       redis (>= 4.2.0)
@@ -772,7 +772,7 @@ DEPENDENCIES
   rubocop-rails (~> 2.6)
   ruby-progressbar (~> 1.10)
   sanitize (~> 5.2)
-  sidekiq (~> 6.0)
+  sidekiq (~> 6.1)
   sidekiq-bulk (~> 0.2.0)
   sidekiq-scheduler (~> 3.0)
   sidekiq-unique-jobs (~> 6.0)