diff --git a/Gemfile b/Gemfile index 670df92cb..b407b0f77 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,7 @@ gem "hydra-derivatives", github: "samvera/hydra-derivatives", branch: "main" gem "hydra-head", github: "samvera/hydra-head", branch: "main" gem "hydra-role-management" gem "iiif_manifest", "1.1.1" +gem "image_processing", "~> 1.2" gem "iso-639" gem "jbuilder" gem "jquery-datatables" diff --git a/Gemfile.lock b/Gemfile.lock index babee1f0c..238c92d96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -577,6 +577,9 @@ GEM json iiif_manifest (1.1.1) activesupport (>= 4) + image_processing (1.13.0) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) io-console (0.8.0) irb (1.14.1) rdoc (>= 4.0.0) @@ -1164,6 +1167,7 @@ DEPENDENCIES hydra-head! hydra-role-management iiif_manifest (= 1.1.1) + image_processing (~> 1.2) iso-639 jbuilder jquery-datatables