Skip to content

Commit

Permalink
Merge pull request #281 from scientist-softserv/rails_version
Browse files Browse the repository at this point in the history
Loosen up rails restriction
  • Loading branch information
jeremyf authored Nov 6, 2023
2 parents a86c2e5 + f8f9a90 commit 652cc43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions iiif_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ SUMMARY
spec.license = 'Apache-2.0'
spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.add_dependency 'blacklight_iiif_search', '~> 1.0'
spec.add_dependency 'blacklight_iiif_search', '>= 1.0', '< 3.0'
spec.add_dependency 'derivative-rodeo', "~> 0.5"
spec.add_dependency 'dry-monads', '~> 1.4.0'
spec.add_dependency 'hyrax', '>= 2.5', '< 4'
spec.add_dependency 'hyrax', '>= 2.5', '< 6'
spec.add_dependency 'nokogiri', '>=1.13.2'
spec.add_dependency 'rails', '~> 5.0'
spec.add_dependency 'rails', '>= 5.0', '< 8.0'
spec.add_dependency 'rdf-vocab', '~> 3.0'

spec.add_development_dependency 'bixby'
Expand Down

0 comments on commit 652cc43

Please sign in to comment.