Skip to content

Commit

Permalink
Merge pull request #740 from sul-dlss/upgrade-osullivan
Browse files Browse the repository at this point in the history
Upgrade the iiif-presentation gem to a released version
  • Loading branch information
thatbudakguy authored Oct 26, 2023
2 parents 96dfe59 + a76af5f commit dcd6e45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ gem 'tophat'
# Use recaptcha gem to prevent robots spamming the feedback form
gem 'recaptcha'

# sul-dlss/osullivan#development has early support for generating IIIF v3 manifests
gem 'iiif-presentation', github: 'iiif-prezi/osullivan', branch: 'development2'
gem 'iiif-presentation', '~> 1.2'

group :production do
gem 'newrelic_rpm'
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/iiif-prezi/osullivan.git
revision: 0548b1685bd75821a6c3064dcff0afd501e87153
branch: development2
specs:
iiif-presentation (1.1.0)
activesupport (>= 3.2.18)
faraday (~> 2.7)
json

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -184,6 +174,10 @@ GEM
htmlentities (4.3.4)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
iiif-presentation (1.2.0)
activesupport (>= 3.2.18)
faraday (~> 2.7)
json
importmap-rails (1.2.1)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -422,7 +416,7 @@ DEPENDENCIES
faraday
honeybadger
htmlentities
iiif-presentation!
iiif-presentation (~> 1.2)
importmap-rails
jbuilder
mods_display (~> 1.1)
Expand Down

0 comments on commit dcd6e45

Please sign in to comment.