Skip to content

Commit

Permalink
Loosen up rails restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf authored Oct 18, 2023
1 parent a86c2e5 commit a335c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiif_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SUMMARY
spec.add_dependency 'dry-monads', '~> 1.4.0'
spec.add_dependency 'hyrax', '>= 2.5', '< 4'
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 a335c68

Please sign in to comment.