Skip to content

Commit

Permalink
Add require ruby-progressbar (#942)
Browse files Browse the repository at this point in the history
Update bulkrax_tasks.rake

Fixes #941
  • Loading branch information
kerchner authored Mar 14, 2024
1 parent 3986275 commit d4670ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/bulkrax_tasks.rake
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit d4670ca

Please sign in to comment.