From 8f049848f26c0bb29f05dfbd84f4f9ec716cf108 Mon Sep 17 00:00:00 2001 From: Dan Kerchner Date: Thu, 14 Mar 2024 14:06:42 -0400 Subject: [PATCH] Add require ruby-progressbar (#942) Update bulkrax_tasks.rake Fixes https://github.com/samvera/bulkrax/issues/941 --- lib/tasks/bulkrax_tasks.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/bulkrax_tasks.rake b/lib/tasks/bulkrax_tasks.rake index f3da8dda..e32d4b89 100644 --- a/lib/tasks/bulkrax_tasks.rake +++ b/lib/tasks/bulkrax_tasks.rake @@ -1,4 +1,5 @@ # frozen_string_literal: true +require 'ruby-progressbar' namespace :bulkrax do desc 'Update all status messages from the latest status. This is to refresh the denormalized field'