Skip to content

Commit

Permalink
Update IIIF Print
Browse files Browse the repository at this point in the history
This commit will update IIIF Print to use the updated
representative_media partial which has the custom thumbnail and alt
text.
  • Loading branch information
kirkkwang committed Aug 7, 2023
1 parent 000a418 commit dfb4dc8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ GIT

GIT
remote: https://github.com/scientist-softserv/iiif_print.git
revision: 18e4826bcb0caec6b8ebf74d0b9ec407c398e995
revision: 9e7837ce4bd08bf8fff9126455d0e0e2602f6018
branch: main
specs:
iiif_print (1.0.0)
blacklight_iiif_search (~> 1.0)
derivative-rodeo (~> 0.5)
dry-monads (~> 1.4.0)
hyrax (>= 2.5, < 4.0)
hyrax (>= 2.5, < 4)
nokogiri (>= 1.13.2)
rails (~> 5.0)
rdf-vocab (~> 3.0)
Expand Down Expand Up @@ -313,6 +314,15 @@ GEM
declarative-option (0.1.0)
deprecation (1.1.0)
activesupport
derivative-rodeo (0.5.0)
activesupport (>= 5)
aws-sdk-s3
aws-sdk-sqs
httparty
marcel
mime-types
mini_magick
nokogiri
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -476,6 +486,9 @@ GEM
html_tokenizer (0.0.7)
htmlentities (4.3.4)
http_logger (0.7.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
hydra-access-controls (11.0.7)
active-fedora (>= 10.0.0)
Expand Down

0 comments on commit dfb4dc8

Please sign in to comment.