Skip to content

Commit

Permalink
Merge pull request #386 from notch8/bump-to-v3.0.4
Browse files Browse the repository at this point in the history
Bump to v3.0.4
  • Loading branch information
laritakr authored Feb 7, 2025
2 parents 3457b84 + 50607a6 commit fec36a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /app/samvera/hyrax-webapp
specs:
iiif_print (3.0.3)
iiif_print (3.0.4)
blacklight_iiif_search (>= 1.0, < 3.0)
derivative-rodeo (~> 0.5)
hyrax (>= 2.5, < 6)
Expand Down Expand Up @@ -65,7 +65,7 @@ GEM
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activerecord-import (2.0.0)
activerecord-import (2.1.0)
activerecord (>= 4.2)
activestorage (5.2.8.1)
actionpack (= 5.2.8.1)
Expand All @@ -87,20 +87,21 @@ GEM
awesome_nested_set (3.8.0)
activerecord (>= 4.0.0, < 8.1)
aws-eventstream (1.3.0)
aws-partitions (1.1044.0)
aws-sdk-core (3.217.1)
aws-partitions (1.1048.0)
aws-sdk-core (3.218.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.97.0)
aws-sdk-kms (1.98.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.179.0)
aws-sdk-s3 (1.180.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-sqs (1.91.0)
aws-sdk-sqs (1.92.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
Expand Down Expand Up @@ -579,7 +580,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0107)
mime-types-data (3.2025.0204)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/iiif_print/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IiifPrint
VERSION = '3.0.3'.freeze
VERSION = '3.0.4'.freeze
end

0 comments on commit fec36a1

Please sign in to comment.