]> cat aescling's git repositories - mastodon.git/commitdiff
Bump sidekiq-bulk from 0.1.1 to 0.2.0 (#9306)
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>
Thu, 22 Nov 2018 11:47:36 +0000 (12:47 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Nov 2018 11:47:36 +0000 (12:47 +0100)
Bumps [sidekiq-bulk](https://github.com/aprescott/sidekiq-bulk) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/aprescott/sidekiq-bulk/releases)
- [Changelog](https://github.com/aprescott/sidekiq-bulk/blob/master/CHANGES.md)
- [Commits](https://github.com/aprescott/sidekiq-bulk/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index d6465a579b81f8b93be31e51418c78cb828ccb5e..687797805d63151226da08990341a9fa0a12a5af 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -76,7 +76,7 @@ gem 'sanitize', '~> 5.0'
 gem 'sidekiq', '~> 5.2'
 gem 'sidekiq-scheduler', '~> 3.0'
 gem 'sidekiq-unique-jobs', '~> 5.0'
-gem 'sidekiq-bulk', '~>0.1.1'
+gem 'sidekiq-bulk', '~>0.2.0'
 gem 'simple-navigation', '~> 4.0'
 gem 'simple_form', '~> 4.0'
 gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie'
index 0a73b31c5520a1b2629d61522a991458be44ea73..4beff6ce00e56fa32268d5deaa6a94acda4ae66d 100644 (file)
@@ -551,8 +551,7 @@ GEM
       connection_pool (~> 2.2, >= 2.2.2)
       rack-protection (>= 1.5.0)
       redis (>= 3.3.5, < 5)
-    sidekiq-bulk (0.1.1)
-      activesupport
+    sidekiq-bulk (0.2.0)
       sidekiq
     sidekiq-scheduler (3.0.0)
       redis (>= 3, < 5)
@@ -743,7 +742,7 @@ DEPENDENCIES
   sanitize (~> 5.0)
   scss_lint (~> 0.57)
   sidekiq (~> 5.2)
-  sidekiq-bulk (~> 0.1.1)
+  sidekiq-bulk (~> 0.2.0)
   sidekiq-scheduler (~> 3.0)
   sidekiq-unique-jobs (~> 5.0)
   simple-navigation (~> 4.0)