File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,11 @@ group :development do
100
100
# gem 'xray-rails' # when using this gem, know that sidekiq will not work
101
101
end
102
102
103
- # Bulkrax :: Upgrading passed this point might cause issues, for now we've made a
103
+ # Bulkrax :: Upgrading past 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'
106
- gem 'bulkrax' , git : 'https://github.com/samvera/bulkrax' , tag : 'v8.0.0'
105
+ gem 'bulkrax' , git : 'https://github.com/samvera/bulkrax' , branch : '5.3.1-british_library'
106
+ # DownloadCloudFileJob included in Bulkrax >= 8.0.0
107
+ #gem 'bulkrax', git: 'https://github.com/samvera/bulkrax', tag: 'v8.0.0'
107
108
108
109
109
110
gem 'blacklight' , '~> 6.7'
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: 97abce11dce209dc325acb0f87e81753ffd65317
45
- tag: v8.0.0
44
+ revision: 8c37b0d062ad362075e1912e3192da681e19713a
45
+ branch: 5.3.1-british_library
46
46
specs:
47
- bulkrax (8.0.0 )
48
- bagit (~> 0.4.6 )
47
+ bulkrax (5.3.1 )
48
+ bagit (~> 0.4 )
49
49
coderay
50
- denormalize_fields
50
+ dry-monads ( ~> 1.4.0 )
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
57
56
oai (>= 0.4 , < 2.x )
58
57
rack (>= 2.0.6 )
59
58
rails (>= 5.1.6 )
258
257
babel-transpiler (0.7.0 )
259
258
babel-source (>= 4.0 , < 6 )
260
259
execjs (~> 2.0 )
261
- bagit (0.4.6 )
260
+ bagit (0.6.0 )
262
261
docopt (~> 0.5.0 )
263
262
validatable (~> 1.6 )
264
263
bcp47 (0.3.3 )
399
398
database_cleaner-core (~> 2.0.0 )
400
399
database_cleaner-core (2.0.1 )
401
400
declarative (0.0.20 )
402
- denormalize_fields (1.3.0 )
403
- activerecord (>= 4.1.14 , < 8.0.0 )
404
401
deprecation (1.1.0 )
405
402
activesupport
406
403
devise (4.8.0 )
You can’t perform that action at this time.
0 commit comments