diff --git a/Gemfile b/Gemfile index 76b58f36..f36d8f38 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ group :development do # gem 'xray-rails' # when using this gem, know that sidekiq will not work end -gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git', ref: 'e6f2cf9' +gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git', ref: 'a8f6c16' gem 'allinson_flex', git: 'https://github.com/samvera-labs/allinson_flex.git' gem 'blacklight', '~> 6.7' diff --git a/Gemfile.lock b/Gemfile.lock index ed1949e2..6d7f8a38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/samvera-labs/allinson_flex.git - revision: f493853597c71334d436bbe57d62e1ee7f5ada74 + revision: 2141b481e2f4a35b4df87c54edf6bc7c1611bfb0 specs: allinson_flex (0.1.0) json_schemer @@ -10,8 +10,8 @@ GIT GIT remote: https://github.com/samvera-labs/bulkrax.git - revision: e6f2cf94730ea7db236a6f3280d3dc3967f5495e - ref: e6f2cf9 + revision: a8f6c16b392a6ed1197cbeb90b82400b428d584b + ref: a8f6c16 specs: bulkrax (5.2.1) bagit (~> 0.4) diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 85ce0e45..4c56fad6 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -13,6 +13,7 @@ //= require codemirror //= require codemirror-autorefresh //= require codemirror/modes/css +//= require bulkrax/application //= require jquery3 //= require jquery_ujs //= require jquery.fontselect @@ -40,8 +41,6 @@ //= require bootstrap_carousel //= require bootstrap-datepicker -//= require bulkrax/application - //= require hyrax //= require iiif_print @@ -49,4 +48,4 @@ //= require flot_graph //= require statistics_tab_manager //= require blacklight_gallery/default -//= require allinson_flex/application \ No newline at end of file +//= require allinson_flex/application