Skip to content

Commit

Permalink
Update Bulkrax to pull in chunked upload support
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed Oct 30, 2024
1 parent 8034832 commit 5cff227
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'blacklight_range_limit'
gem 'bolognese', '>= 1.9.10'
gem 'bootstrap', '~> 4.6'
gem 'bootstrap-datepicker-rails'
gem 'bulkrax', '~> 8.0'
gem 'bulkrax', github: 'samvera-labs/bulkrax', branch: 'main'
gem 'byebug', group: %i[development test]
gem 'capybara', group: %i[test]
gem 'capybara-screenshot', '~> 1.0', group: %i[test]
Expand Down
42 changes: 24 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,28 @@ GIT
rake (>= 12.2)
thor (~> 1.0)

GIT
remote: https://github.com/samvera-labs/bulkrax.git
revision: 77528bf27940441206beae95fc6902168707115f
branch: main
specs:
bulkrax (8.2.0)
bagit (~> 0.4.6)
coderay
denormalize_fields
iso8601 (~> 0.9.0)
kaminari
language_list (~> 1.2, >= 1.2.1)
libxml-ruby (~> 5.0)
loofah (>= 2.2.3)
marcel
oai (>= 0.4, < 2.x)
rack (>= 2.0.6)
rails (>= 5.1.6)
rdf (>= 2.0.2, < 4.0)
rubyzip
simple_form

GIT
remote: https://github.com/samvera-labs/hyku_knapsack.git
revision: 5a7c54cace96881a3963ab2fd881ca6ea3f57372
Expand Down Expand Up @@ -396,22 +418,6 @@ GEM
signet (~> 0.8)
typhoeus
builder (3.2.4)
bulkrax (8.2.0)
bagit (~> 0.4.6)
coderay
denormalize_fields
iso8601 (~> 0.9.0)
kaminari
language_list (~> 1.2, >= 1.2.1)
libxml-ruby (~> 3.2.4)
loofah (>= 2.2.3)
marcel
oai (>= 0.4, < 2.x)
rack (>= 2.0.6)
rails (>= 5.1.6)
rdf (>= 2.0.2, < 4.0)
rubyzip
simple_form
byebug (11.1.3)
cancancan (3.6.1)
capybara (3.39.2)
Expand Down Expand Up @@ -847,7 +853,7 @@ GEM
rdf-vocab (~> 3.0)
legato (0.7.0)
multi_json
libxml-ruby (3.2.4)
libxml-ruby (5.0.3)
link_header (0.0.8)
linkeddata (3.2.1)
json-ld (~> 3.2, >= 3.2.3)
Expand Down Expand Up @@ -1494,7 +1500,7 @@ DEPENDENCIES
bolognese (>= 1.9.10)
bootstrap (~> 4.6)
bootstrap-datepicker-rails
bulkrax (~> 8.0)
bulkrax!
byebug
capybara
capybara-screenshot (~> 1.0)
Expand Down

0 comments on commit 5cff227

Please sign in to comment.