Skip to content

Commit b29f35a

Browse files
committed
Use bulkrax without libxml gem dependency
1 parent 3e78ac1 commit b29f35a

2 files changed

Lines changed: 27 additions & 21 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ gem 'rubocop', require: false
9494
gem 'dry-monads', '1.3.5' # pinning because later versions require ruby upgrade
9595
gem 'dry-core', '0.5.0' # ditto
9696

97-
gem 'bulkrax', '1.0.0'
97+
gem 'bulkrax', github: 'sandbergja/bulkrax', branch: 'main'
9898
gem 'willow_sword', github: 'notch8/willow_sword'

Gemfile.lock

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ GIT
1313
rails (>= 5.1.6)
1414
rubyzip (>= 1.0.0)
1515

16+
GIT
17+
remote: https://github.com/sandbergja/bulkrax.git
18+
revision: 10bcdc92a32788df5998a106a62307589ad00b93
19+
branch: main
20+
specs:
21+
bulkrax (1.0.2)
22+
bagit (~> 0.4)
23+
coderay
24+
iso8601 (~> 0.9.0)
25+
kaminari
26+
language_list (~> 1.2, >= 1.2.1)
27+
loofah (>= 2.2.3)
28+
oai (>= 0.4, < 2.x)
29+
rack (>= 2.0.6)
30+
rails (>= 5.1.6)
31+
rdf (>= 2.0.2, < 4.0)
32+
simple_form
33+
1634
GEM
1735
remote: https://rubygems.org/
1836
specs:
@@ -95,7 +113,7 @@ GEM
95113
awesome_nested_set (3.4.0)
96114
activerecord (>= 4.0.0, < 7.0)
97115
aws-eventstream (1.2.0)
98-
aws-partitions (1.518.0)
116+
aws-partitions (1.519.0)
99117
aws-sdk-core (3.121.3)
100118
aws-eventstream (~> 1, >= 1.0.2)
101119
aws-partitions (~> 1, >= 1.239.0)
@@ -160,19 +178,6 @@ GEM
160178
signet (~> 0.8)
161179
typhoeus
162180
builder (3.2.4)
163-
bulkrax (1.0.0)
164-
bagit (~> 0.4)
165-
coderay
166-
iso8601 (~> 0.9.0)
167-
kaminari
168-
language_list (~> 1.2, >= 1.2.1)
169-
libxml-ruby (~> 3.1.0)
170-
loofah (>= 2.2.3)
171-
oai (>= 0.4, < 2.x)
172-
rack (>= 2.0.6)
173-
rails (>= 5.1.6)
174-
rdf (>= 2.0.2, < 4.0)
175-
simple_form
176181
byebug (11.1.3)
177182
cancancan (1.17.0)
178183
capistrano (3.9.1)
@@ -223,7 +228,7 @@ GEM
223228
railties (>= 4.1.0)
224229
responders
225230
warden (~> 1.2.3)
226-
devise-guests (0.7.0)
231+
devise-guests (0.8.0)
227232
devise
228233
devise_cas_authenticatable (1.10.4)
229234
devise (>= 1.2.0)
@@ -509,7 +514,7 @@ GEM
509514
thor (>= 0.14, < 2.0)
510515
jquery-ui-rails (6.0.1)
511516
railties (>= 3.2.16)
512-
json (2.6.0)
517+
json (2.5.1)
513518
json-canonicalization (0.2.1)
514519
json-ld (3.1.10)
515520
htmlentities (~> 4.3)
@@ -562,7 +567,6 @@ GEM
562567
legato (0.7.0)
563568
multi_json
564569
libv8 (3.16.14.19)
565-
libxml-ruby (3.1.0)
566570
link_header (0.0.8)
567571
linkeddata (3.1.5)
568572
equivalent-xml (~> 0.6)
@@ -676,7 +680,7 @@ GEM
676680
nokogiri (~> 1.6)
677681
rails (>= 5.0, < 6.2)
678682
rdf
679-
racc (1.6.0)
683+
racc (1.5.2)
680684
rack (2.2.3)
681685
rack-protection (2.1.0)
682686
rack
@@ -821,7 +825,7 @@ GEM
821825
rspec-mocks (~> 3.10)
822826
rspec-support (~> 3.10)
823827
rspec-support (3.10.2)
824-
rubocop (1.22.1)
828+
rubocop (1.22.2)
825829
parallel (~> 1.10)
826830
parser (>= 3.0.0.0)
827831
rainbow (>= 2.2.2, < 4.0)
@@ -949,6 +953,8 @@ GEM
949953
ethon (>= 0.9.0)
950954
tzinfo (1.2.9)
951955
thread_safe (~> 0.1)
956+
tzinfo-data (1.2021.5)
957+
tzinfo (>= 1.0.0)
952958
uber (0.1.0)
953959
uglifier (4.2.0)
954960
execjs (>= 0.3.0, < 3)
@@ -993,7 +999,7 @@ DEPENDENCIES
993999
blacklight_oai_provider
9941000
bootstrap-sass (~> 3.4.1)
9951001
brakeman
996-
bulkrax (= 1.0.0)
1002+
bulkrax!
9971003
byebug
9981004
capistrano (= 3.9.1)
9991005
capistrano-bundler (~> 1.3)

0 commit comments

Comments
 (0)