Skip to content

Commit bb248a7

Browse files
committed
bump to_bulkrax 8.0.0 (requires rails bulkrax:update_status_messages
1 parent cd7d3c2 commit bb248a7

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ end
102102

103103
# Bulkrax :: Upgrading passed this point might cause issues, for now we've made a
104104
# branch off v5.3.1 that includes `DownloadCloudFileJob` work.
105-
gem 'bulkrax', git: 'https://github.com/samvera/bulkrax', branch: '5.3.1-british_library'
105+
#gem 'bulkrax', git: 'https://github.com/samvera/bulkrax', branch: '5.3.1-british_library'
106+
gem 'bulkrax', git: 'https://github.com/samvera/bulkrax', tag: 'v8.0.0'
107+
106108

107109
gem 'blacklight', '~> 6.7'
108110
gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,19 @@ GIT
4141

4242
GIT
4343
remote: https://github.com/samvera/bulkrax
44-
revision: 8c37b0d062ad362075e1912e3192da681e19713a
45-
branch: 5.3.1-british_library
44+
revision: 97abce11dce209dc325acb0f87e81753ffd65317
45+
tag: v8.0.0
4646
specs:
47-
bulkrax (5.3.1)
48-
bagit (~> 0.4)
47+
bulkrax (8.0.0)
48+
bagit (~> 0.4.6)
4949
coderay
50-
dry-monads (~> 1.4.0)
50+
denormalize_fields
5151
iso8601 (~> 0.9.0)
5252
kaminari
5353
language_list (~> 1.2, >= 1.2.1)
5454
libxml-ruby (~> 3.2.4)
5555
loofah (>= 2.2.3)
56+
marcel
5657
oai (>= 0.4, < 2.x)
5758
rack (>= 2.0.6)
5859
rails (>= 5.1.6)
@@ -398,6 +399,8 @@ GEM
398399
database_cleaner-core (~> 2.0.0)
399400
database_cleaner-core (2.0.1)
400401
declarative (0.0.20)
402+
denormalize_fields (1.3.0)
403+
activerecord (>= 4.1.14, < 8.0.0)
401404
deprecation (1.1.0)
402405
activesupport
403406
devise (4.8.0)

config/initializers/bulkrax.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

33
if ENV.fetch('HYKU_BULKRAX_ENABLED', false)
4+
Bulkrax.object_factory = Bulkrax::ObjectFactory
5+
46
# rubocop:disable Metrics/BlockLength
57
Bulkrax.setup do |config|
68
# Add local parsers

0 commit comments

Comments
 (0)