File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 102
102
103
103
# Bulkrax :: Upgrading passed this point might cause issues, for now we've made a
104
104
# 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
+
106
108
107
109
gem 'blacklight' , '~> 6.7'
108
110
gem 'blacklight_oai_provider' , '~> 6.1' , '>= 6.1.1'
Original file line number Diff line number Diff line change 41
41
42
42
GIT
43
43
remote: https://github.com/samvera/bulkrax
44
- revision: 8c37b0d062ad362075e1912e3192da681e19713a
45
- branch: 5.3.1-british_library
44
+ revision: 97abce11dce209dc325acb0f87e81753ffd65317
45
+ tag: v8.0.0
46
46
specs:
47
- bulkrax (5.3.1 )
48
- bagit (~> 0.4 )
47
+ bulkrax (8.0.0 )
48
+ bagit (~> 0.4.6 )
49
49
coderay
50
- dry-monads ( ~> 1.4.0 )
50
+ denormalize_fields
51
51
iso8601 (~> 0.9.0 )
52
52
kaminari
53
53
language_list (~> 1.2 , >= 1.2.1 )
54
54
libxml-ruby (~> 3.2.4 )
55
55
loofah (>= 2.2.3 )
56
+ marcel
56
57
oai (>= 0.4 , < 2.x )
57
58
rack (>= 2.0.6 )
58
59
rails (>= 5.1.6 )
398
399
database_cleaner-core (~> 2.0.0 )
399
400
database_cleaner-core (2.0.1 )
400
401
declarative (0.0.20 )
402
+ denormalize_fields (1.3.0 )
403
+ activerecord (>= 4.1.14 , < 8.0.0 )
401
404
deprecation (1.1.0 )
402
405
activesupport
403
406
devise (4.8.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
if ENV . fetch ( 'HYKU_BULKRAX_ENABLED' , false )
4
+ Bulkrax . object_factory = Bulkrax ::ObjectFactory
5
+
4
6
# rubocop:disable Metrics/BlockLength
5
7
Bulkrax . setup do |config |
6
8
# Add local parsers
You can’t perform that action at this time.
0 commit comments