Skip to content

Commit

Permalink
add require bagit to bagit parser file (#795)
Browse files Browse the repository at this point in the history
* add require bagit to bagit parser file

* move require
  • Loading branch information
labradford authored Apr 21, 2023
1 parent fcd298a commit ed27cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/parsers/bulkrax/bagit_parser.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'bagit'

module Bulkrax
class BagitParser < CsvParser # rubocop:disable Metrics/ClassLength
Expand Down

0 comments on commit ed27cd9

Please sign in to comment.