From 68456c90ce53b5a9852d30ea83d28e14b8c0bac0 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 10 Sep 2019 13:48:48 +0200 Subject: port tootsuite#11776 to monsterfork: Change tootctl to use inline parallelization instead of Sidekiq - Remove --background option - Add --concurrency(=5) option - Add progress bars --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Gemfile.lock') 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) -- cgit