about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authortakayamaki <fsgiko@gmail.com>2017-06-04 07:11:15 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-04 00:11:15 +0200
commit3eedad27375721aaaa6e8397124989e4ead771a9 (patch)
tree08d44ddfd6c217b9311efad92daf55328568cc82 /Gemfile.lock
parentce7c0def88b4f9ee97913002fb2d41d1832bd8af (diff)
change sidekiq queueing to bulk push (#3536)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c7ea6d79e..ee86bfafd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -402,6 +402,9 @@ GEM
       connection_pool (~> 2.2, >= 2.2.0)
       rack-protection (>= 1.5.0)
       redis (~> 3.3, >= 3.3.3)
+    sidekiq-bulk (0.1.1)
+      activesupport
+      sidekiq
     sidekiq-scheduler (2.1.4)
       redis (~> 3)
       rufus-scheduler (~> 3.2)
@@ -543,6 +546,7 @@ DEPENDENCIES
   sanitize (~> 4.4)
   scss_lint (~> 0.53)
   sidekiq (~> 5.0)
+  sidekiq-bulk (~> 0.1.1)
   sidekiq-scheduler (~> 2.1)
   sidekiq-unique-jobs (~> 5.0)
   simple-navigation (~> 4.0)