Skip to content

Commit 35f515b

Browse files
author
Kirk Wang
authored
Merge pull request #520 from scientist-softserv/update-bulkrax-for-download-cloud-files
🎁 Update Bulkrax for Download Cloud Files work
2 parents e98012c + 6be9fe4 commit 35f515b

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ group :development do
100100
# gem 'xray-rails' # when using this gem, know that sidekiq will not work
101101
end
102102

103-
# Bulkrax :: While we technically don't need a version when we tag on the branch, this helps us have
104-
# a quick scan of what version we're assuming/working with.
105-
gem 'bulkrax', "~> 5.2.0", git: 'https://github.com/samvera-labs/bulkrax.git', ref: 'main'
103+
# Bulkrax :: Upgrading passed this point might cause issues, for now we've made a
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'
106106

107107
gem 'blacklight', '~> 6.7'
108108
gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,6 @@ GIT
99
i18n
1010
openurl
1111

12-
GIT
13-
remote: https://github.com/samvera-labs/bulkrax.git
14-
revision: ae05be9a0dd7fa95d260069c5274c816e24293bd
15-
ref: main
16-
specs:
17-
bulkrax (5.2.1)
18-
bagit (~> 0.4)
19-
coderay
20-
dry-monads (~> 1.4.0)
21-
iso8601 (~> 0.9.0)
22-
kaminari
23-
language_list (~> 1.2, >= 1.2.1)
24-
libxml-ruby (~> 3.2.4)
25-
loofah (>= 2.2.3)
26-
oai (>= 0.4, < 2.x)
27-
rack (>= 2.0.6)
28-
rails (>= 5.1.6)
29-
rdf (>= 2.0.2, < 4.0)
30-
rubyzip
31-
simple_form
32-
3312
GIT
3413
remote: https://github.com/samvera-labs/hyrax-doi.git
3514
revision: d494a50ef8ce3eae594c7ed7148c33b3c977d4a7
@@ -60,6 +39,27 @@ GIT
6039
samvera-nesting_indexer (2.0.0)
6140
dry-equalizer
6241

42+
GIT
43+
remote: https://github.com/samvera/bulkrax
44+
revision: 8c37b0d062ad362075e1912e3192da681e19713a
45+
branch: 5.3.1-british_library
46+
specs:
47+
bulkrax (5.3.1)
48+
bagit (~> 0.4)
49+
coderay
50+
dry-monads (~> 1.4.0)
51+
iso8601 (~> 0.9.0)
52+
kaminari
53+
language_list (~> 1.2, >= 1.2.1)
54+
libxml-ruby (~> 3.2.4)
55+
loofah (>= 2.2.3)
56+
oai (>= 0.4, < 2.x)
57+
rack (>= 2.0.6)
58+
rails (>= 5.1.6)
59+
rdf (>= 2.0.2, < 4.0)
60+
rubyzip
61+
simple_form
62+
6363
GIT
6464
remote: https://github.com/samvera/hyrax.git
6565
revision: 92e22e5d015737e06020aa43563353af56b44305
@@ -257,7 +257,7 @@ GEM
257257
babel-transpiler (0.7.0)
258258
babel-source (>= 4.0, < 6)
259259
execjs (~> 2.0)
260-
bagit (0.4.5)
260+
bagit (0.4.6)
261261
docopt (~> 0.5.0)
262262
validatable (~> 1.6)
263263
bcp47 (0.3.3)
@@ -1263,7 +1263,7 @@ DEPENDENCIES
12631263
blacklight_oai_provider (~> 6.1, >= 6.1.1)
12641264
bootstrap-datepicker-rails
12651265
browse-everything (~> 1.1.2)
1266-
bulkrax (~> 5.2.0)!
1266+
bulkrax!
12671267
byebug
12681268
capybara
12691269
capybara-screenshot (~> 1.0)

0 commit comments

Comments
 (0)