diff --git a/Gemfile b/Gemfile index 316a1652b..68f8f7f6b 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'blacklight_range_limit' gem 'bolognese', '>= 1.9.10' gem 'bootstrap', '~> 4.6' gem 'bootstrap-datepicker-rails' -gem 'bulkrax', github: 'samvera-labs/bulkrax', branch: 'main' +gem 'bulkrax', '~> 8.0' gem 'byebug', group: %i[development test] gem 'capybara', group: %i[test] gem 'capybara-screenshot', '~> 1.0', group: %i[test] diff --git a/Gemfile.lock b/Gemfile.lock index c854eb6f5..cfe58e8a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,28 +88,6 @@ 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 @@ -418,6 +396,22 @@ 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) @@ -853,7 +847,7 @@ GEM rdf-vocab (~> 3.0) legato (0.7.0) multi_json - libxml-ruby (5.0.3) + libxml-ruby (3.2.4) link_header (0.0.8) linkeddata (3.2.1) json-ld (~> 3.2, >= 3.2.3) @@ -1500,7 +1494,7 @@ DEPENDENCIES bolognese (>= 1.9.10) bootstrap (~> 4.6) bootstrap-datepicker-rails - bulkrax! + bulkrax (~> 8.0) byebug capybara capybara-screenshot (~> 1.0)