From 499d900b9a01d97b595dcc8eb2173a4fed16a1be Mon Sep 17 00:00:00 2001 From: LaRita Robinson Date: Thu, 30 Jan 2025 13:50:21 -0500 Subject: [PATCH] Update IiifPrint Gem Bring in fixes for resplitting & deleting the child works along with the parent work. Refs https://github.com/notch8/palni_palci_knapsack/issues/80 --- Gemfile | 2 +- Gemfile.lock | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index b74f41ff6..a225dd49a 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem 'hyrax-doi', github: 'samvera-labs/hyrax-doi', branch: 'rails_hyrax_upgrade' gem 'hyrax-iiif_av', github: 'samvera-labs/hyrax-iiif_av', branch: 'rails_hyrax_upgrade' gem 'i18n-debug', require: false, group: %i[development test] gem 'i18n-tasks', group: %i[development test] -gem 'iiif_print', github: 'notch8/iiif_print', branch: 'main' +gem 'iiif_print', '~> 3.0' gem 'jbuilder', '~> 2.5' gem 'jquery-rails' # Use jquery as the JavaScript library gem 'openssl', '>= 3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index fc584e1c5..44b6db10e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,18 +18,6 @@ GIT public_suffix (>= 2) rack (>= 1.3.6) -GIT - remote: https://github.com/notch8/iiif_print.git - revision: 55cbaaf8b01d9a2454211c0edbf82dcf137287e3 - branch: main - specs: - iiif_print (3.0.1) - blacklight_iiif_search (>= 1.0, < 3.0) - derivative-rodeo (~> 0.5) - hyrax (>= 2.5, < 6) - nokogiri (>= 1.13.2) - rdf-vocab (~> 3.0) - GIT remote: https://github.com/notch8/willow_sword.git revision: e4edebde9a29636d74c794efca423535db296880 @@ -770,6 +758,12 @@ GEM json iiif_manifest (1.3.1) activesupport (>= 4) + iiif_print (3.0.3) + blacklight_iiif_search (>= 1.0, < 3.0) + derivative-rodeo (~> 0.5) + hyrax (>= 2.5, < 6) + nokogiri (>= 1.13.2) + rdf-vocab (~> 3.0) iso-639 (0.3.6) iso8601 (0.9.1) jaro_winkler (1.5.6) @@ -1530,7 +1524,7 @@ DEPENDENCIES hyrax-iiif_av! i18n-debug i18n-tasks - iiif_print! + iiif_print (~> 3.0) jbuilder (~> 2.5) jquery-rails json-canonicalization (= 0.3.1)