Skip to content

Commit c604d2f

Browse files
committed
quick revert of Bulkrax to see if staging build happens (wasn't when bumped to 8)
1 parent 7213bdb commit c604d2f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Gemfile

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

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
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'
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'
107108

108109

109110
gem 'blacklight', '~> 6.7'

Gemfile.lock

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

4242
GIT
4343
remote: https://github.com/samvera/bulkrax
44-
revision: 97abce11dce209dc325acb0f87e81753ffd65317
45-
tag: v8.0.0
44+
revision: 8c37b0d062ad362075e1912e3192da681e19713a
45+
branch: 5.3.1-british_library
4646
specs:
47-
bulkrax (8.0.0)
48-
bagit (~> 0.4.6)
47+
bulkrax (5.3.1)
48+
bagit (~> 0.4)
4949
coderay
50-
denormalize_fields
50+
dry-monads (~> 1.4.0)
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
5756
oai (>= 0.4, < 2.x)
5857
rack (>= 2.0.6)
5958
rails (>= 5.1.6)
@@ -258,7 +257,7 @@ GEM
258257
babel-transpiler (0.7.0)
259258
babel-source (>= 4.0, < 6)
260259
execjs (~> 2.0)
261-
bagit (0.4.6)
260+
bagit (0.6.0)
262261
docopt (~> 0.5.0)
263262
validatable (~> 1.6)
264263
bcp47 (0.3.3)
@@ -399,8 +398,6 @@ GEM
399398
database_cleaner-core (~> 2.0.0)
400399
database_cleaner-core (2.0.1)
401400
declarative (0.0.20)
402-
denormalize_fields (1.3.0)
403-
activerecord (>= 4.1.14, < 8.0.0)
404401
deprecation (1.1.0)
405402
activesupport
406403
devise (4.8.0)

0 commit comments

Comments
 (0)