Skip to content

Commit

Permalink
bump bulkrax for faster entry page load
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Dec 3, 2024
1 parent 7e66247 commit 83bb90b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'
gem 'blacklight_range_limit', '~> 7.0'
gem 'bolognese', '>= 1.9.10'
gem 'bootstrap-datepicker-rails'
gem 'bulkrax', '~> 8.3.0' # github: 'samvera/bulkrax', branch: 'main'
gem 'bulkrax', github: 'samvera/bulkrax', branch: 'faster_entries_list'
gem 'byebug', group: %i[development test]
gem 'capybara', group: %i[test]
gem 'capybara-screenshot', '~> 1.0', group: %i[test]
Expand Down
40 changes: 23 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,28 @@ GIT
iiif_manifest (> 0.5)
rails (~> 5.1)

GIT
remote: https://github.com/samvera/bulkrax.git
revision: cb30c76df4c6bec91281e806c70972f56cfad1dc
branch: faster_entries_list
specs:
bulkrax (8.3.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/hyrax.git
revision: cb145893e9122120a25fbd201fc5258b43cf8723
Expand Down Expand Up @@ -338,22 +360,6 @@ GEM
signet (~> 0.8)
typhoeus
builder (3.3.0)
bulkrax (8.3.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
byebug (11.1.3)
cancancan (1.17.0)
capybara (3.37.1)
Expand Down Expand Up @@ -1415,7 +1421,7 @@ DEPENDENCIES
blacklight_range_limit (~> 7.0)
bolognese (>= 1.9.10)
bootstrap-datepicker-rails
bulkrax (~> 8.3.0)
bulkrax!
byebug
capybara
capybara-screenshot (~> 1.0)
Expand Down

0 comments on commit 83bb90b

Please sign in to comment.