about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-09-10 13:48:48 +0200
committermultiple creatures <dev@multiple-creature.party>2020-02-21 03:54:18 -0600
commit68456c90ce53b5a9852d30ea83d28e14b8c0bac0 (patch)
tree22d2b96ddeaec8bdebed68496b817a02ec14087e /Gemfile.lock
parent2d70dc36ffbd72dc533e2b2b1990909fda875f35 (diff)
port tootsuite#11776 to monsterfork: Change tootctl to use inline parallelization instead of Sidekiq
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e108bf497..2df92c634 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -808,10 +808,11 @@ DEPENDENCIES
   rqrcode (~> 0.10)
   rspec-rails (~> 3.8)
   rspec-sidekiq (~> 3.0)
-  rubocop (~> 0.71)
-  rubocop-rails (~> 2.0)
+  rubocop (~> 0.74)
+  rubocop-rails (~> 2.3)
   ruby-bbcode (~> 2.0)
-  sanitize (~> 5.0)
+  ruby-progressbar (~> 1.10)
+  sanitize (~> 5.1)
   sidekiq (~> 5.2)
   sidekiq-bulk (~> 0.2.0)
   sidekiq-scheduler (~> 3.0)